Commit 92f8045a02df9cd7c37f866cb713f6b236582f50
1 parent
39b05e35
Exists in
fix_forms_for_create_and_edit_contents
Fix forms for create and edit contents
Showing
2 changed files
with
45 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,43 @@ |
1 | +/* Formuálarios de adição e edição - CMS */ | |
2 | + | |
3 | +.action-cms-edit #content .formfield input, | |
4 | +.action-cms-new #content .formfield input { | |
5 | + width: 512px; | |
6 | +} | |
7 | + | |
8 | +.action-cms-edit #content .formfield textarea, | |
9 | +.action-cms-new #content .formfield textarea { | |
10 | + width: 507px; | |
11 | +} | |
12 | + | |
13 | +.action-cms-new #content .text-editor-sidebar { | |
14 | + width: 360px; | |
15 | +} | |
16 | + | |
17 | +.action-cms-new #content .text-editor-sidebar .header { | |
18 | + height: 23px; | |
19 | +} | |
20 | + | |
21 | +.controller-cms #content .formfield #article_image_builder_uploaded_data { | |
22 | + height: 19px; | |
23 | + width: 500px; | |
24 | + padding: 4.5px 6px 4.5px 6px; | |
25 | + background: none; | |
26 | + font-size: 12px; | |
27 | + text-indent: 0px; | |
28 | +} | |
29 | + | |
30 | +.controller-cms #content .formfield #article_image_builder_label { | |
31 | + padding: 0px; | |
32 | +} | |
33 | + | |
34 | +.controller-cms #content .main-content form label.formlabel, | |
35 | +.controller-cms #content .main-content form .article-translation-field { | |
36 | + font-size: 14px; | |
37 | + margin-bottom: 5px; | |
38 | +} | |
39 | + | |
40 | +.controller-cms #content .main-content form .article-translation-field { | |
41 | + margin-top: 15px; | |
42 | + margin-bottom: 15px; | |
43 | +} | |
0 | 44 | \ No newline at end of file | ... | ... |
partial_sass/_old_internal_style.sass