Changeset 215
- Timestamp:
- 12/18/08 16:56:44 (15 months ago)
- Files:
-
- 1 modified
-
codexwiki/trunk/src/includes/css/style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codexwiki/trunk/src/includes/css/style.css
r189 r215 50 50 color: #333; 51 51 cursor: pointer; 52 -moz-border-radius: 5px; 53 -webkit-border-radius: 5px; 54 -khtml-border-radius: 5px; 52 55 } 53 56 #buttonLinks:hover{ … … 177 180 color:#777; 178 181 } 179 input.button {180 margin: 0;181 font: bolder 12px Verdana, Sans-serif;182 border: 1px solid #CCC;183 padding: 1px;184 background: #FFF;185 color: #CC0000;186 }187 182 input[type=button], input[type=submit], input[type=reset] { 188 183 margin: 0; … … 191 186 border: 1px solid #CCC; 192 187 background: #FFFFFF url(../images/headerbg.gif) repeat-x bottom left; 193 padding: 3px;188 padding: 5px; 194 189 font-weight: bold; 195 190 color: #333; 196 191 cursor: pointer; 192 -moz-border-radius: 5px; 193 -webkit-border-radius: 5px; 194 -khtml-border-radius: 5px; 197 195 } 198 196 input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
