Changeset 512:42f125d2b53b
- Timestamp:
- 07/04/11 21:18:50 (14 years ago)
- Branch:
- globalhelp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r511 r512 142 142 #info-box2 { 143 143 margin: .1em 0 0 0; 144 padding: .5em 1 em 4px 0;144 padding: .5em 1.5em 4px 0; 145 145 color: #fff; 146 146 float: right; … … 180 180 color: #575859; 181 181 } 182 /* prelude */ 182 #helplinks { 183 font-size: .95em; 184 text-align: center; 185 margin-right: 2em; 186 padding: .1em 1.66em; 187 background: #e5e5e5; 188 position: absolute; 189 top: 3.2em; 190 right: 0; 191 -webkit-border-bottom-left-radius: .5em; 192 -webkit-border-bottom-right-radius: .5em; 193 -moz-border-radius-bottomleft: .5em; 194 -moz-border-radius-bottomright: .5em; 195 border-bottom-left-radius: .5em; 196 border-bottom-right-radius: .5em; 197 -moz-box-shadow: 1px 1px 1px #cccccc; 198 -webkit-box-shadow: 1px 1px 1px #cccccc; 199 -o-box-shadow: 1px 1px 1px #cccccc; 200 box-shadow: 1px 1px 1px #cccccc; 201 border: 1px solid #ddd; 202 } 203 #helplinks a { 204 color: #000; 205 } 206 #helplinks span { 207 padding: 0 .33em; 208 } 209 #helplinks a.active { 210 font-weight: bold; 211 border-bottom-color: #e5e5e5; 212 } 183 213 #wrapper { 184 214 width: 100%; … … 799 829 } 800 830 #help-button { 801 position: absolute; 831 display: none; 832 /* position: absolute; 802 833 top: 6.2em; 803 834 right: 0px; … … 813 844 -webkit-border-top-left-radius: 1em; 814 845 -webkit-border-bottom-left-radius: 1em; 815 color: #444; 846 color: #444;*/ 816 847 } 817 848 .helplink { -
inc/admin/lib.dc.page.php
r494 r512 141 141 '</div>'. 142 142 '</div>'. 143 '<p id="helplinks">'. 144 '<a href="#">Aide de cette page</a><span> | </span>'. 145 '<a'.(preg_match('/help.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="help.php">'.__('Global help').'</a>'. 146 '</p>'. 143 147 '</div>'; 144 148
Note: See TracChangeset
for help on using the changeset viewer.