File tree Expand file tree Collapse file tree 1 file changed +39
-30
lines changed Expand file tree Collapse file tree 1 file changed +39
-30
lines changed Original file line number Diff line number Diff line change @@ -1068,6 +1068,43 @@ select.dropdown { display: none; }
1068
1068
}
1069
1069
1070
1070
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
+
1071
1108
/* Domain Pages */
1072
1109
1073
1110
.domain-machine { color : # 999 ; }
@@ -1123,44 +1160,16 @@ div.httpexchange div.highlight pre {
1123
1160
font-size : .9em ;
1124
1161
}
1125
1162
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
- }
1136
1163
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 */
1149
1165
1150
- div .module .project-subprojects li .subproject span .subproject-url a : before {
1166
+ div .module .project-subprojects li .subproject a .subproject-url : before {
1151
1167
padding-right : .5em ;
1152
1168
font-family : FontAwesome;
1153
1169
font-size : 1.2em ;
1154
1170
content : "\f0c1" ;
1155
1171
}
1156
1172
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
- }
1164
1173
div .module .project-subprojects li .subproject a .subproject-edit : before {
1165
1174
font-family : FontAwesome;
1166
1175
font-weight : normal;
You can’t perform that action at this time.
0 commit comments