Changeset 1618:50d7656f833a for admin/style
- Timestamp:
- 08/29/13 22:11:37 (12 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1616 r1618 1541 1541 -moz-box-sizing: border-box; 1542 1542 box-sizing: border-box; 1543 border: 2px solid #BBDB58 !important;1543 border: 2px solid #BBDB58; 1544 1544 } 1545 1545 /* --------------------------------------------------------------- buttons */ -
admin/style/jsToolBar/jsToolBar.css
r1475 r1618 11 11 } 12 12 .jstEditor textarea { 13 width: 99%; 14 padding: 1rem 0 0 1%; 13 -webkit-box-sizing: border-box; 14 -moz-box-sizing: border-box; 15 box-sizing: border-box; 16 width: 100%; 17 padding: .5em 0 0 0; 15 18 } 16 19 .jstHandle { … … 23 26 border-style: solid; 24 27 } 25 28 .jstEditor textarea:focus { 29 border: 2px solid #BBDB58; 30 } 26 31 .jstElements { 27 32 height: 28px; … … 156 161 } 157 162 158 159 163 /* WYSIWYG Iframe */ 160 164 .wysiwygIframe {
Note: See TracChangeset
for help on using the changeset viewer.