Changeset 221 for trunk/web-app/css
- Timestamp:
- Dec 7, 2009, 4:49:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r192 r221 202 202 border: 1px solid red; 203 203 } 204 input.medium { 205 width:60px; 206 } 207 input.medium.errors { 208 border: 1px solid red; 209 } 204 210 input.description { 205 211 width:450px; … … 279 285 280 286 .paginateButtons { 281 /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/282 /*border: 1px solid #ccc;*/283 287 border-top: 0; 284 288 color: #666; … … 288 292 } 289 293 .paginateButtons a { 290 background: #fff ;294 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; 291 295 border: 1px solid #ccc; 292 296 border-color: #ccc #aaa #aaa #ccc; … … 299 303 } 300 304 305 .searchButtons { 306 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; 307 border: 1px solid #ccc; 308 border-color: #ccc #aaa #aaa #ccc; 309 margin: 0 0.5em; 310 } 311 .searchButtons a { 312 background: transparent url(../images/skin/database_search.png) 5px 50% no-repeat; 313 padding-left: 28px; 314 border: none; 315 margin: 0; 316 } 317 301 318 /* DIALOG */ 302 319 … … 319 336 320 337 /* ACTION BUTTONS */ 338 .generalButton { 339 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; 340 color: #444; 341 font-size: 14px; 342 font-weight: bold; 343 cursor: pointer; 344 margin-left: 5px; 345 overflow: hidden; 346 padding: 0.1em 0.4em 0.1em 0.4em; 347 } 321 348 322 349 .buttons { … … 328 355 margin-bottom: 5px; 329 356 overflow: hidden; 330 padding: 0; 331 } 332 357 padding: 3px; 358 } 333 359 .buttons input { 334 360 background: #fff; … … 340 366 margin-left: 3px; 341 367 overflow: visible; 342 padding: 2px 6px;368 padding: 0px 6px; 343 369 } 344 370 .buttons input.delete {
Note: See TracChangeset
for help on using the changeset viewer.