Changeset 11218 for extensions/Front2Back/template
- Timestamp:
- Jun 3, 2011, 6:08:34 PM (13 years ago)
- Location:
- extensions/Front2Back/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Front2Back/template/admin.tpl
r11217 r11218 1 1 {combine_css path=$F2B_PATH|@cat:"template/style.css"} 2 {if $themeconf.id == roma}<style type="text/css">.lang_help {ldelim} background-color:#464646; }</style>{/if} 2 3 3 4 {footer_script require='jquery'}{literal} -
extensions/Front2Back/template/style.css
r11217 r11218 12 12 .lang_help { 13 13 display:inline-block; 14 width:1 5px;14 width:16px; 15 15 text-align:center; 16 vertical-align:middle; 16 17 font-style:italic; 17 18 font-family:"Georgia",serif; 18 background-color:#464646; 19 background-color:#999; 20 margin-left:15px; 21 color:#fff; 19 22 font-size:0.9em; 20 line-height:1. 3em;21 border-radius: 10px;22 -moz-border-radius: 10px;23 line-height:1.4em; 24 border-radius:7px; 25 -moz-border-radius:7px; 23 26 } 27 .lang_help:hover { 28 background-color:#333; 29 border:none; 30 color:#fff; 31 }
Note: See TracChangeset
for help on using the changeset viewer.