Changeset 870:514d5121a125
- Timestamp:
- 08/13/12 12:07:59 (13 years ago)
- Branch:
- 2.4
- Tags:
- 2.4.4
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r814 r870 808 808 text-transform: capitalize; 809 809 padding: .33em .75em .33em 1em; 810 border-radius: 1em 0 0 1em; 810 811 -moz-border-radius: 1em 0 0 1em; 811 812 -webkit-border-top-left-radius: 1em; -
admin/style/install.css
r269 r870 47 47 body.install .msg { 48 48 padding:10px 10px 10px 60px; 49 border-radius:8px; 49 50 -moz-border-radius:8px; 50 51 -webkit-border-radius:8px; … … 68 69 padding: 0.5em 0.5em 0.5em 60px; 69 70 margin-bottom: 1em; 71 border-radius: 8px; 70 72 -moz-border-radius: 8px; 71 73 -webkit-border-radius: 8px; … … 129 131 background-color: #666; 130 132 padding: 0 10px; 133 border-radius: 2px; 131 134 -moz-border-radius: 2px; 132 135 -webkit-border-radius: 2px;
Note: See TracChangeset
for help on using the changeset viewer.