Changeset 3294:6b3d608280b5 for admin/style/default.css
- Timestamp:
- 07/29/16 14:32:03 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3264 r3294 85 85 clear: both; 86 86 position: relative; 87 padding: .5em 1em .5em 0;88 text-align: right;87 padding: .5em 0 .5em 1em; 88 text-align: left; 89 89 border-top: 1px solid #ccc; 90 90 background-color: #fff; … … 1221 1221 } 1222 1222 /* ------------------------------------------------------------------ FOOTER ELEMENTS */ 1223 #gototop { 1224 display: none; 1225 z-index: 1000; 1226 position: fixed; 1227 bottom: 0; 1228 right: .5em; 1229 width: 10em; 1230 padding: .25em; 1231 border: 1px solid #636363; 1232 border-radius: .25em; 1233 background-color: #fff; 1234 color: #333; 1235 font-size: .875em; 1236 text-align: center; } 1237 #gototop a, #gototop a:link, #gototop a:hover, #gototop a:active { 1238 background: transparent; 1239 border: none; 1240 font-weight: bold; 1241 color: #636363; } 1223 1242 #footer p { 1224 1243 margin: 0; … … 1239 1258 } 1240 1259 #footer a:hover span.tooltip { 1241 padding: 10px 10px 0 40px;1260 padding: 10px 40px 0 10px; 1242 1261 color: #910ed3; 1243 1262 height: auto; 1244 1263 width: auto; 1245 right: 0;1264 left: 0; 1246 1265 bottom: 0; 1247 1266 background: #FFF;
Note: See TracChangeset
for help on using the changeset viewer.