Changeset 1994:f11a757f6dd3 for admin/style/default.css
- Timestamp:
- 09/22/13 08:09:54 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1991 r1994 438 438 } 439 439 a:hover, a:active, a:focus { 440 text-decoration: underline;440 border-bottom-style: solid; 441 441 } 442 442 a img, a:link img, a:visited img { … … 572 572 display: inline-block; 573 573 } 574 a.form-control {575 display: none;576 background: url(../images/expand.png) no-repeat 4px center;577 padding-left: 20px;578 color: #000;579 }580 574 .form-note { 581 575 font-style: italic; … … 791 785 border: 1px solid #F7E07E; 792 786 } 793 .success a, .warning-msg a {787 .success a, .warning-msg a, .info a { 794 788 color: #333; 795 789 } … … 1137 1131 border-top-left-radius: 1em; 1138 1132 } 1139 #help-button.floatable {1140 border-radius: 2em;1141 background-color: #f5f5f5;1142 position: fixed;1143 top: 10px;1144 }1145 1133 .help-box { 1146 1134 display: none; … … 1269 1257 } 1270 1258 /* ----------------------------------------------------------- BOITES À FILTRES */ 1259 a.form-control { 1260 display: none; 1261 background: url(../images/expand.png) no-repeat 4px center; 1262 padding-left: 20px; 1263 color: #000; 1264 } 1271 1265 #filters-form { 1272 1266 border: 1px dashed #999; … … 1372 1366 #icons a:hover, 1373 1367 #icons a:focus { 1374 border-bottom-width: 0 px;1368 border-bottom-width: 0; 1375 1369 text-decoration: none; 1376 1370 } … … 1392 1386 } 1393 1387 #icons a:focus span, #icons a:hover span { 1394 text-decoration: underline;1388 border-bottom-style: solid; 1395 1389 } 1396 1390 /* billet rapide */
Note: See TracChangeset
for help on using the changeset viewer.