Changeset 3730:5c45a5df9a59 for plugins/importExport/style.css
- Timestamp:
- 03/08/18 17:58:39 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/style.css
r2566 r3730 1 1 dl.modules dt { 2 3 4 2 font-weight: bold; 3 font-size: 1.1em; 4 margin: 1em 0 0 0; 5 5 } 6 6 dl.modules dd { 7 7 margin: 0 0 1.5em 0; 8 8 } 9 9 div.ie-progress { 10 11 10 background: #eee; 11 margin: 1em 0; 12 12 } 13 13 div.ie-progress div { 14 15 16 17 18 19 20 21 22 23 24 14 height: 10px; 15 width: 0; 16 font-size: 0.8em; 17 line-height: 1em; 18 height: 1em; 19 padding: 2px 0; 20 text-align: right; 21 background: green url(index.php?pf=importExport/progress.png) repeat-x top left; 22 color: white; 23 font-weight: bold; 24 border-radius: 2px; 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.