Commit 623488140d3f7ba4288ef2636acb2769248e6802
1 parent
8b93b50a
Exists in
master
and in
10 other branches
Organization forms and tabs manual page adjustments
Showing
3 changed files
with
13 additions
and
20 deletions
Show diff stats
cadastro.css
@@ -176,9 +176,10 @@ margin:10px; | @@ -176,9 +176,10 @@ margin:10px; | ||
176 | } | 176 | } |
177 | 177 | ||
178 | 178 | ||
179 | -/* cadastro de software */ | ||
180 | 179 | ||
180 | +/* cadastro de software */ | ||
181 | 181 | ||
182 | +/* | ||
182 | #content #main-content-wrapper-1, | 183 | #content #main-content-wrapper-1, |
183 | #content .main-block .block-inner-1 { | 184 | #content .main-block .block-inner-1 { |
184 | font-size: 15px; | 185 | font-size: 15px; |
@@ -587,4 +588,5 @@ margin:10px; | @@ -587,4 +588,5 @@ margin:10px; | ||
587 | 588 | ||
588 | #category-ajax-selector .label { | 589 | #category-ajax-selector .label { |
589 | font-size: 15px; | 590 | font-size: 15px; |
590 | -} | ||
591 | \ No newline at end of file | 591 | \ No newline at end of file |
592 | +} | ||
593 | +*/ | ||
592 | \ No newline at end of file | 594 | \ No newline at end of file |
pagina_software.css
@@ -564,7 +564,7 @@ border: | @@ -564,7 +564,7 @@ border: | ||
564 | border: 1px solid #2c66ce; | 564 | border: 1px solid #2c66ce; |
565 | border-radius:8px; | 565 | border-radius:8px; |
566 | display: block; | 566 | display: block; |
567 | - padding:20px 45px 10px 10px; /*45px 30px 10px 30px;*/ | 567 | + padding: 45px 45px 5px 10px; /*20px 45px 10px 10px;*/ /*45px 30px 10px 30px;*/ |
568 | float:left; | 568 | float:left; |
569 | margin-right: 20px; | 569 | margin-right: 20px; |
570 | } | 570 | } |
redes_sociais.css
1 | .ui-widget-header | 1 | .ui-widget-header |
2 | { | 2 | { |
3 | - background:#ECEDF1; | ||
4 | - border-radius:0px; | ||
5 | - border:none; | ||
6 | - border-bottom: 3px solid #D3D6DE; | 3 | + background: none; |
4 | + border: 0px solid #aaaaaa; | ||
7 | color: none; | 5 | color: none; |
8 | font-weight: bold; | 6 | font-weight: bold; |
9 | } | 7 | } |
10 | .ui-tabs .ui-tabs-panel | 8 | .ui-tabs .ui-tabs-panel |
11 | { | 9 | { |
12 | - /*background-color: #eeeff1; | ||
13 | - border-width: 1px;*/ | 10 | + background-color: #eeeff1; |
11 | + border-width: 1px; | ||
14 | color: #777; | 12 | color: #777; |
15 | display: block; | 13 | display: block; |
16 | font-size: 13px; | 14 | font-size: 13px; |
@@ -24,27 +22,20 @@ | @@ -24,27 +22,20 @@ | ||
24 | } | 22 | } |
25 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default | 23 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default |
26 | { | 24 | { |
27 | - /*background: #d5d5d5 none; | 25 | + background: #d5d5d5 none; |
28 | border: 1px solid #d4d5d7; | 26 | border: 1px solid #d4d5d7; |
29 | - color: #555555;*/ | 27 | + color: #555555; |
30 | font-weight: normal; | 28 | font-weight: normal; |
31 | } | 29 | } |
32 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active | 30 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active |
33 | { | 31 | { |
34 | - /*background: #eeeff1 none; | 32 | + background: #eeeff1 none; |
35 | background-color: #eeeff1; | 33 | background-color: #eeeff1; |
36 | border: 1px solid #aaaaaa; | 34 | border: 1px solid #aaaaaa; |
37 | - color: #212121;*/ | 35 | + color: #212121; |
38 | font-weight: normal; | 36 | font-weight: normal; |
39 | } | 37 | } |
40 | .ui-widget-content | 38 | .ui-widget-content |
41 | { | 39 | { |
42 | border: 0px solid #aaaaaa; | 40 | border: 0px solid #aaaaaa; |
43 | } | 41 | } |
44 | - | ||
45 | -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | ||
46 | - border: none; | ||
47 | - background:#ECEDF1 ; | ||
48 | - font-weight: normal; | ||
49 | - /*color: #555555;*/ | ||
50 | -} | ||
51 | \ No newline at end of file | 42 | \ No newline at end of file |