Changeset 1336:d84e370920bf for admin
- Timestamp:
- 08/12/13 11:11:01 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1335 r1336 35 35 border:none; 36 36 } 37 .preview_link {38 border: 1px solid #ccc;39 padding: .2rem .5rem;40 background-color: #eef;41 }42 37 43 38 h1, h2, h3, h4, h5, h6, p { … … 274 269 color: #000; 275 270 background-color:#ededed; 276 }277 .part-tabs li.part-tabs-link a {278 background: #ffe;279 271 } 280 272 .part-tabs li a:hover, .part-tabs li a:focus { … … 958 950 .nav_prevnext { 959 951 margin-bottom: 2em; 960 } 952 color: #ccc; 953 } 954 .nav_prevnext a, a.back { 955 border: 1px solid #ccc; 956 padding: .2rem .5rem; 957 background-color: #eef; 958 } 959 a.back:before { 960 content: "\ab\a0"; 961 } 962 961 963 /* ------------------------------------------------------------------ debug */ 962 964 #debug { … … 1325 1327 input[type=button], 1326 1328 a.button, 1327 a.back,1328 1329 a.submit { 1329 1330 display: inline-block; … … 1361 1362 /* suppression et reset */ 1362 1363 a.button, 1363 a.back,1364 1364 input[type=submit].reset, 1365 1365 input[type=submit].delete { … … 1372 1372 } 1373 1373 a.button:hover, 1374 a.back:hover,1375 1374 input[type=reset]:hover, 1376 1375 input[type=submit].reset:hover, 1377 1376 input[type=submit].delete:hover, 1378 1377 a.button:focus, 1379 a.back:focus,1380 1378 input[type=reset]:focus, 1381 1379 input[type=submit].reset:focus, … … 1410 1408 padding: 0 .5em; 1411 1409 margin-left: 2em; 1412 }1413 a.back:before {1414 content: "\ab\a0";1415 1410 } 1416 1411 .button.add {
Note: See TracChangeset
for help on using the changeset viewer.