Skip to content

Commit 7a440f6

Browse files
committed
More general style
1 parent 147145e commit 7a440f6

File tree

1 file changed

+39
-30
lines changed

1 file changed

+39
-30
lines changed

media/css/core.css

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,43 @@ select.dropdown { display: none; }
10681068
}
10691069

10701070

1071+
/* Table lists */
1072+
div.module div.module-title {
1073+
height: 2.625em;
1074+
overflow: hidden;
1075+
}
1076+
1077+
div.module div.module-list ul li.module-item div.module-title .module-name {
1078+
line-height: 1.5em;
1079+
}
1080+
div.module div.module-list ul li.module-item div.module-title a.module-name {
1081+
text-decoration: none;
1082+
}
1083+
1084+
div.module div.module-list ul li.module-item div.module-title .module-info {
1085+
display: block;
1086+
font-size: .75em;
1087+
line-height: 1.5em;
1088+
color: #999;
1089+
}
1090+
div.module div.module-list ul li.module-item div.module-title a.module-info {
1091+
text-decoration: none;
1092+
}
1093+
1094+
div.module div.module-title ul.module-item-menu {
1095+
top: 10px;
1096+
right: 10px;
1097+
}
1098+
1099+
div.module div.module-list ul.module-item-menu a.module-action {
1100+
display: block;
1101+
height: 1em;
1102+
padding: .5em .75em;
1103+
font-size: 1em;
1104+
font-weight: normal;
1105+
}
1106+
1107+
10711108
/* Domain Pages */
10721109

10731110
.domain-machine { color: #999; }
@@ -1123,44 +1160,16 @@ div.httpexchange div.highlight pre {
11231160
font-size: .9em;
11241161
}
11251162

1126-
/* Subprojects */
1127-
div.module.project-subprojects div.subproject-info {
1128-
height: 2.625em;
1129-
overflow: hidden;
1130-
}
1131-
1132-
div.module.project-subprojects div.subproject-info a.subproject-name {
1133-
line-height: 1.5em;
1134-
text-decoration: none;
1135-
}
11361163

1137-
div.module.project-subprojects div.subproject-info span.subproject-url a {
1138-
display: block;
1139-
font-size: .75em;
1140-
line-height: 1.5em;
1141-
color: #999;
1142-
text-decoration: none;
1143-
}
1144-
1145-
div.module.project-subprojects div.subproject-info ul.subproject-menu {
1146-
top: 10px;
1147-
right: 10px;
1148-
}
1164+
/* Subprojects */
11491165

1150-
div.module.project-subprojects li.subproject span.subproject-url a:before {
1166+
div.module.project-subprojects li.subproject a.subproject-url:before {
11511167
padding-right: .5em;
11521168
font-family: FontAwesome;
11531169
font-size: 1.2em;
11541170
content: "\f0c1";
11551171
}
11561172

1157-
div.module.project-subprojects li.subproject a.subproject-edit {
1158-
display: block;
1159-
height: 1em;
1160-
padding: .5em .75em;
1161-
font-size: 1em;
1162-
font-weight: normal;
1163-
}
11641173
div.module.project-subprojects li.subproject a.subproject-edit:before {
11651174
font-family: FontAwesome;
11661175
font-weight: normal;

0 commit comments

Comments
 (0)