Changeset 131:3aebed53fe73 for admin/style/default.css
- Timestamp:
- 05/03/11 13:22:07 (14 years ago)
- Branch:
- userprefs
- Children:
- 132:dece855f9b39, 144:c7ce5ceade9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r116 r131 135 135 } 136 136 #info-box a img, #info-box2 a img { 137 vertical-align: middle; 137 vertical-align: middle; 138 138 padding-left: .3em; 139 139 } … … 217 217 218 218 /* favoris en haut */ 219 #fav-add { 219 #fav-add { 220 220 position: absolute; 221 221 top: 3.5em; … … 226 226 clear: both; 227 227 padding: .75em 2em; 228 margin: 6em 1 em .5em 1em;228 margin: 6em 15px .5em 15px; 229 229 -webkit-border-radius: .3em; 230 230 -moz-border-radius: .3em; … … 243 243 } 244 244 #footer p span.credit { 245 font-size: .85em; 245 font-size: .85em; 246 246 font-weight: normal; 247 247 } … … 996 996 } 997 997 .dragable tbody td { 998 998 999 999 } 1000 1000 .handle { … … 1111 1111 p.field { 1112 1112 position: relative; 1113 1113 1114 1114 } 1115 1115 p.field label { … … 1177 1177 } 1178 1178 /* commun */ 1179 input[type=submit], 1180 input[type=reset], 1181 input[type=button], 1179 input[type=submit], 1180 input[type=reset], 1181 input[type=button], 1182 1182 a.button, 1183 a.button.add, 1183 a.button.add, 1184 1184 a.back { 1185 1185 display: inline-block; … … 1190 1190 padding: .1em .75em .1em; 1191 1191 text-shadow: 0 1px 1px rgba(0,0,0,.3); 1192 -webkit-border-radius: .2em; 1192 -webkit-border-radius: .2em; 1193 1193 -moz-border-radius: .2em; 1194 1194 border-radius: .2em; … … 1196 1196 } 1197 1197 /* validation */ 1198 input[type=submit], 1198 input[type=submit], 1199 1199 input[type=button], 1200 1200 a.button.add { … … 1205 1205 background: -moz-linear-gradient(top, #2C8FD1, #2373A8); 1206 1206 } 1207 input[type=submit]:hover, 1208 input[type=reset]:hover, 1207 input[type=submit]:hover, 1208 input[type=reset]:hover, 1209 1209 input[type=button]:hover, 1210 input[type=submit]:focus, 1211 input[type=reset]:focus, 1210 input[type=submit]:focus, 1211 input[type=reset]:focus, 1212 1212 input[type=button]:focus, 1213 1213 a.button.add:hover, … … 1220 1220 } 1221 1221 /* suppression et reset */ 1222 a.button, 1223 a.back, 1224 input[type=submit].reset, 1222 a.button, 1223 a.back, 1224 input[type=submit].reset, 1225 1225 input[type=submit].delete { 1226 1226 border: 1px solid #999; … … 1231 1231 text-shadow: none; 1232 1232 } 1233 a.button:hover, 1234 a.back:hover, 1235 input[type=submit].reset:hover, 1233 a.button:hover, 1234 a.back:hover, 1235 input[type=submit].reset:hover, 1236 1236 input[type=submit].delete:hover, 1237 a.button:focus, 1238 a.back:focus, 1239 input[type=submit].reset:focus, 1237 a.button:focus, 1238 a.back:focus, 1239 input[type=submit].reset:focus, 1240 1240 input[type=submit].delete:focus { 1241 1241 background: #e5e5e5;
Note: See TracChangeset
for help on using the changeset viewer.