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 | 176 | } |
177 | 177 | |
178 | 178 | |
179 | -/* cadastro de software */ | |
180 | 179 | |
180 | +/* cadastro de software */ | |
181 | 181 | |
182 | +/* | |
182 | 183 | #content #main-content-wrapper-1, |
183 | 184 | #content .main-block .block-inner-1 { |
184 | 185 | font-size: 15px; |
... | ... | @@ -587,4 +588,5 @@ margin:10px; |
587 | 588 | |
588 | 589 | #category-ajax-selector .label { |
589 | 590 | font-size: 15px; |
590 | -} | |
591 | 591 | \ No newline at end of file |
592 | +} | |
593 | +*/ | |
592 | 594 | \ No newline at end of file | ... | ... |
pagina_software.css
... | ... | @@ -564,7 +564,7 @@ border: |
564 | 564 | border: 1px solid #2c66ce; |
565 | 565 | border-radius:8px; |
566 | 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 | 568 | float:left; |
569 | 569 | margin-right: 20px; |
570 | 570 | } | ... | ... |
redes_sociais.css
1 | 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 | 5 | color: none; |
8 | 6 | font-weight: bold; |
9 | 7 | } |
10 | 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 | 12 | color: #777; |
15 | 13 | display: block; |
16 | 14 | font-size: 13px; |
... | ... | @@ -24,27 +22,20 @@ |
24 | 22 | } |
25 | 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 | 26 | border: 1px solid #d4d5d7; |
29 | - color: #555555;*/ | |
27 | + color: #555555; | |
30 | 28 | font-weight: normal; |
31 | 29 | } |
32 | 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 | 33 | background-color: #eeeff1; |
36 | 34 | border: 1px solid #aaaaaa; |
37 | - color: #212121;*/ | |
35 | + color: #212121; | |
38 | 36 | font-weight: normal; |
39 | 37 | } |
40 | 38 | .ui-widget-content |
41 | 39 | { |
42 | 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 | 42 | \ No newline at end of file | ... | ... |