Changeset 231
- Timestamp:
- 06/12/05 13:10:06 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.css
r230 r231 11 11 .htmlarea .toolbar .toolbarRow { 12 12 margin: 0; 13 padding -left: 0px 0px 0px 2px;13 padding: 0px 2px 0px 2px; 14 14 font-family: Tahoma,Verdana,sans-serif; 15 15 font-size: 11px; 16 } 16 height: 24px !important; 17 overflow: hidden; 18 } 19 .htmlarea .toolbar .toolbarRow .container { 20 margin: 0px; 21 height: 22px; 22 padding: 1px; 23 } 24 17 25 .htmlarea .toolbar .toolbarRow img { margin: 0; border: none;} 18 26 .htmlarea .toolbar .toolbarRow .label { … … 21 29 top: 5px; 22 30 padding-right: 2px; 31 border-bottom: 1px; 32 height: 17px; 23 33 } 24 34 .htmlarea .toolbar .toolbarRow .select { … … 71 81 vertical-align: top; 72 82 position: relative; 73 top: 5px;83 top: 4px; 74 84 } 75 85
