Dotclear


Ignore:
Timestamp:
12/03/16 10:33:55 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Normalize « js » buttons (goto top, checkboxes-helpers, …)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3435 r3436  
    13601360 
    13611361/* specific buttons */ 
    1362 .checkbox-helper { 
     1362.checkbox-helper, #gototop { 
    13631363  font-size: 0.825em; 
     1364  color: #333; 
    13641365  text-shadow: none; 
    1365   background-color: transparent; 
    1366   background-image: none; 
     1366  background: #fff; 
    13671367  box-shadow: none; 
    13681368  border: 1px solid #676e78; 
    1369   margin-bottom: .25em; } 
    1370   .checkbox-helper:hover { 
    1371     background-color: #a2cbe9; 
    1372     background-image: none; 
    1373     box-shadow: none; } 
     1369  margin-bottom: .25em; 
     1370  text-align: center; } 
     1371  .checkbox-helper:hover, #gototop:hover { 
     1372    background: #a2cbe9; 
     1373    box-shadow: none; 
     1374    border: 1px solid #676e78; } 
     1375 
     1376#gototop { 
     1377  display: none; 
     1378  z-index: 1000; 
     1379  position: fixed; 
     1380  bottom: 0; 
     1381  right: .5em; 
     1382  width: 10em; 
     1383  padding: .25em; 
     1384  border-radius: .25em; } 
     1385 
     1386#gototop a, 
     1387#gototop a:link, 
     1388#gototop a:hover, 
     1389#gototop a:active { 
     1390  color: #333; 
     1391  background: transparent; 
     1392  border: none; } 
    13741393 
    13751394.metaRemove, 
     
    18811900#helplink p { 
    18821901  padding: 0 0 0 .5em; } 
    1883  
    1884 #gototop { 
    1885   display: none; 
    1886   z-index: 1000; 
    1887   position: fixed; 
    1888   bottom: 0; 
    1889   right: .5em; 
    1890   width: 10em; 
    1891   padding: .25em; 
    1892   border: 1px solid #636363; 
    1893   border-radius: .25em; 
    1894   background-color: #fff; 
    1895   color: #333; 
    1896   font-size: .875em; 
    1897   text-align: center; } 
    1898  
    1899 #gototop a, 
    1900 #gototop a:link, 
    1901 #gototop a:hover, 
    1902 #gototop a:active { 
    1903   background: transparent; 
    1904   border: none; 
    1905   font-weight: bold; 
    1906   color: #636363; } 
    19071902 
    19081903#footer p { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map