Changeset 3454:7e4a964280fb for admin/style/default.css
- Timestamp:
- 12/16/16 07:04:21 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3447 r3454 1875 1875 font-size: 1em; } 1876 1876 #footer a:hover span.tooltip { 1877 padding: 10px 40px 0 10px;1877 padding: 10px; 1878 1878 color: #910ed3; 1879 1879 height: auto; … … 1881 1881 left: 0; 1882 1882 bottom: 0; 1883 background: #FFF;1883 background: rgba(255, 255, 255, 0.9); 1884 1884 z-index: 99; 1885 1885 font-family: monospace; 1886 border: none; 1887 text-align: left; } 1886 text-align: left; 1887 border-top: 1px solid #910ed3; 1888 border-right: 1px solid #910ed3; 1889 border-radius: 0 2em 0 0; } 1888 1890 1889 1891 span.credit {
Note: See TracChangeset
for help on using the changeset viewer.