Changeset 11341 for trunk/midcom/midcom.admin.styleeditor/static
- Timestamp:
- 07/24/07 15:16:28 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.styleeditor/static/style-editor.css
r5778 r11341 5 5 } 6 6 7 body.style-editor#container div.breadcrumb7 #container div.breadcrumb 8 8 { 9 9 font-size: 80%; … … 11 11 } 12 12 13 body.style-editorform.midcom_admin_folder_styleeditor textarea.element13 form.midcom_admin_folder_styleeditor textarea.element 14 14 { 15 15 width: 90%; … … 17 17 } 18 18 19 body.style-editorform.midcom_admin_folder_styleeditor pre19 form.midcom_admin_folder_styleeditor pre 20 20 { 21 21 width: 90%; … … 23 23 } 24 24 25 body.style-editorfieldset legend26 { 27 font-weight: bold; 28 } 29 30 body.style-editorfieldset.component_default legend25 fieldset legend 26 { 27 font-weight: bold; 28 } 29 30 fieldset.component_default legend 31 31 { 32 32 background-repeat: no-repeat; … … 37 37 } 38 38 39 body.style-editorfieldset.component_default div.content span.copy39 fieldset.component_default div.content span.copy 40 40 { 41 41 font-weight: bold; … … 44 44 } 45 45 46 body.style-editorfieldset button,47 body.style-editorform input.save,48 body.style-editorform input.delete46 fieldset button, 47 form input.save, 48 form input.delete 49 49 { 50 50 background-repeat: no-repeat; … … 63 63 } 64 64 65 body.style-editorfieldset button:hover,66 body.style-editorform input.save:hover,67 body.style-editorform input.delete:hover65 fieldset button:hover, 66 form input.save:hover, 67 form input.delete:hover 68 68 { 69 69 background-color: #dddddd; 70 70 } 71 71 72 body.style-editorfieldset button.copy72 fieldset button.copy 73 73 { 74 74 background-image: url('../stock-icons/16x16/editcopy.png'); 75 75 } 76 76 77 body.style-editorform input.save77 form input.save 78 78 { 79 79 background-image: url('../stock-icons/16x16/save.png'); 80 80 } 81 81 82 body.style-editorform input.delete82 form input.delete 83 83 { 84 84 background-image: url('../stock-icons/16x16/trash.png'); 85 85 } 86 86 87 body.style-editor#container a:link,88 body.style-editor#container a:visited87 #container a:link, 88 #container a:visited 89 89 { 90 90 text-decoration: none; … … 93 93 } 94 94 95 body.style-editor#container a:hover,96 body.style-editor#container a:visited:hover95 #container a:hover, 96 #container a:visited:hover 97 97 { 98 98 text-decoration: underline; … … 140 140 141 141 /** File management styles */ 142 body.style-editor div.file-manager div.filelist 142 div.file-manager 143 { 144 margin-top: 1em; 145 } 146 147 div.file-manager div.filelist 143 148 { 144 149 float: left; … … 149 154 padding: 2%; 150 155 } 151 body.style-editordiv.file-manager div.filelist ul156 div.file-manager div.filelist ul 152 157 { 153 158 margin: 0px; … … 155 160 white-space: nowrap; 156 161 } 157 body.style-editordiv.file-manager div.filelist ul li a162 div.file-manager div.filelist ul li a 158 163 { 159 164 display: block; … … 162 167 margin-bottom: 4px; 163 168 } 164 body.style-editordiv.file-manager div.filelist ul li.selected a,165 body.style-editordiv.file-manager div.filelist ul li a:hover169 div.file-manager div.filelist ul li.selected a, 170 div.file-manager div.filelist ul li a:hover 166 171 { 167 172 background-color: #8f5902; 168 173 } 169 body.style-editordiv.file-manager div.filelist ul li a img174 div.file-manager div.filelist ul li a img 170 175 { 171 176 border: none; 172 177 vertical-align: middle; 173 178 } 174 body.style-editor div.file-manager div.main 175 { 176 float: left; 177 width: 68%; 178 margin-left: 2%; 179 } 180 body.style-editor div.file-manager div.main h1 179 div.file-manager div.main 180 { 181 margin-left: 32%; 182 } 183 div.file-manager div.main h1 181 184 { 182 185 margin-top: 0px; 183 186 } 184 body.style-editordiv.file-manager div.main form187 div.file-manager div.main form 185 188 { 186 189 border: 1px solid #ce5c00; … … 188 191 margin-bottom: 1em; 189 192 } 190 body.style-editordiv.file-manager div.main form hr193 div.file-manager div.main form hr 191 194 { 192 195 margin-top: 1em; … … 197 200 background-color: #ce5c00; 198 201 } 199 body.style-editorfieldset202 fieldset 200 203 { 201 204 border: none; 202 205 margin-bottom: 6px; 203 206 } 204 body.style-editorfieldset legend207 fieldset legend 205 208 { 206 209 margin-left: 0px; … … 208 211 text-transform: uppercase; 209 212 } 210 body.style-editordiv.file-manager div.main form label span213 div.file-manager div.main form label span 211 214 { 212 215 margin-top: 6px; … … 214 217 font-weight: bold; 215 218 } 216 body.style-editordiv.file-manager div.main form input,217 body.style-editordiv.file-manager div.main form textarea,218 body.style-editordiv.file-manager div.main form select219 div.file-manager div.main form input, 220 div.file-manager div.main form textarea, 221 div.file-manager div.main form select 219 222 { 220 223 display: block; 221 224 margin-left: 2%; 222 225 } 223 body.style-editorform input.text,224 body.style-editorform textarea226 form input.text, 227 form textarea 225 228 { 226 229 width: 90%; 227 230 } 228 231 229 body.style-editordiv.file-manager div.main form.urlform a img232 div.file-manager div.main form.urlform a img 230 233 { 231 234 border: none; … … 280 283 #midcom_admin_styleeditor_style div.message 281 284 { 282 color: red;283 } 285 color: red; 286 }
