Commit c9a29b2f7a7e52f3f87412a9d63a1deebf85f2d9

Authored by Valessio Brito
1 parent 181b3b59

Adicionando estilo para forms

Showing 2 changed files with 41 additions and 38 deletions   Show diff stats
application2.css
@@ -1,37 +0,0 @@ @@ -1,37 +0,0 @@
1 -.formfield input, .formfield textarea {  
2 - border: 1px solid #DFDFDF !important;  
3 - background-image: none !important;  
4 - background-color: #fff !important;  
5 - line-height: 1.8em !important;  
6 - color: #333 !important;  
7 - font-size: 13px !important;  
8 - outline: none !important;  
9 -}  
10 -  
11 -.formfield input:focus, .formfield textarea:focus {  
12 - border: 1px solid #AAA !important;  
13 - box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;  
14 -}  
15 -#article_name{  
16 - font-size: 18px !important;  
17 - color: #333 !important;  
18 -}  
19 -  
20 -.controller-cms div.with_media_panel {  
21 - width: 580px !important;  
22 -}  
23 -.text-editor-sidebar {  
24 - width: 300px !important;  
25 -}  
26 -  
27 -.text-editor-sidebar-box {  
28 - background: #f5f5f5 !important;  
29 - border: 1px solid #DFDFDF !important;  
30 -}  
31 -.text-editor-sidebar-box .header {  
32 - background-color: #F9F9F9 !important;  
33 -}  
34 -  
35 -.header{  
36 - background-image: linear-gradient(to top,#ECECEC,#F9F9F9);  
37 -}  
1 @import url(../profile-base/style.css); 1 @import url(../profile-base/style.css);
2 -@import url(application2.css);  
3 2
4 /* Class all system */ 3 /* Class all system */
5 4
@@ -650,3 +649,44 @@ div#article-parent { @@ -650,3 +649,44 @@ div#article-parent {
650 } 649 }
651 650
652 651
  652 +/* Form syles */
  653 +
  654 +.formfield input, .formfield textarea {
  655 + border: 1px solid #DFDFDF !important;
  656 + background-image: none !important;
  657 + background-color: #fff !important;
  658 + line-height: 1.8em !important;
  659 + color: #333 !important;
  660 + font-size: 13px !important;
  661 + outline: none !important;
  662 +}
  663 +
  664 +.formfield input:focus, .formfield textarea:focus {
  665 + border: 1px solid #AAA !important;
  666 + box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
  667 +}
  668 +#article_name{
  669 + font-size: 18px !important;
  670 + color: #333 !important;
  671 +}
  672 +
  673 +.controller-cms div.with_media_panel {
  674 + width: 580px !important;
  675 +}
  676 +.text-editor-sidebar {
  677 + width: 300px !important;
  678 +}
  679 +
  680 +.text-editor-sidebar-box {
  681 + background: #f5f5f5 !important;
  682 + border: 1px solid #DFDFDF !important;
  683 +}
  684 +.text-editor-sidebar-box .header {
  685 + background-color: #F9F9F9 !important;
  686 +}
  687 +
  688 +.header{
  689 + background-image: linear-gradient(to top,#ECECEC,#F9F9F9);
  690 +}
  691 +
  692 +/* Form style end */