Changeset 312
- Timestamp:
- Dec 4, 2009, 4:54:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/main.css
r311 r312 228 228 } 229 229 #attachments input[type=submit] { 230 background: #444D5C url(/static/smile.png) no-repeat top right;231 text-align: right;230 background: #444D5C url(/static/smile.png) no-repeat top left; 231 text-align: left; 232 232 height: 50px; 233 padding- right: 70px;233 padding-left: 70px; 234 234 color: #CF7500; 235 235 font-weight: bold; 236 236 } 237 237 #attachments input[type=submit]:hover { 238 background: #1A1A1A url(/static/smile2.png) no-repeat top right;238 background: #1A1A1A url(/static/smile2.png) no-repeat top left; 239 239 color: #F0B302; 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.