Commit 2ed2485570daf942e824fbc4317c5997ee0e21d5

Authored by Melissa Wen
1 parent 0a5c4e00

Only set margin of central box block outer on homepage

Showing 2 changed files with 20 additions and 20 deletions   Show diff stats
css/edition-pages.css
... ... @@ -25,7 +25,7 @@
25 25 font-weight: 500;
26 26 }
27 27  
28   -.controller-cms #content .main-block .formlabel {
  28 +.controller-cms #content .main-block .formlabel{
29 29 display: inline-block;
30 30 max-width: 100%;
31 31 margin-bottom: 5px;
... ... @@ -34,7 +34,7 @@
34 34 font-size: 14px;
35 35 }
36 36  
37   -.controller-cms #content .main-block .formfieldline .formfield code {
  37 +.controller-cms #content .main-block .formfieldline .formfield code{
38 38 display: block;
39 39 width: auto;
40 40 height: 30px;
... ... @@ -45,11 +45,11 @@
45 45 font-family: Arial, helvetica;
46 46 }
47 47  
48   -.controller-cms #content .main-block .formfieldline .formfield code * {
  48 +.controller-cms #content .main-block .formfieldline .formfield code *{
49 49 display: inline;
50 50 }
51 51  
52   -.controller-cms #content .main-block .formfieldline .formfield code input[type="text"] {
  52 +.controller-cms #content .main-block .formfieldline .formfield code input[type="text"]{
53 53 padding: 6px;
54 54 color: #585858;
55 55 background: none;
... ... @@ -102,30 +102,30 @@
102 102 border: 1px solid #172738;
103 103 }
104 104  
105   -.controller-cms #content .formfield #fetch-external-feed {
  105 +.controller-cms #content .formfield #fetch-external-feed{
106 106 padding-left: 20px;
107 107 border-radius: 4px;
108 108 }
109 109  
110   -.controller-cms #content .formfield #fetch-external-feed > input {
  110 +.controller-cms #content .formfield #fetch-external-feed > input{
111 111 height: 13px;
112 112 margin: 8px 8px 8px 0px;
113 113 vertical-align: middle;
114 114 width: 13px;
115 115 }
116 116  
117   -.controller-cms #content .formfield #fetch-external-feed #external-feed-options #external-feed-options-only-once input {
  117 +.controller-cms #content .formfield #fetch-external-feed #external-feed-options #external-feed-options-only-once input{
118 118 margin-right: 3px;
119 119 width: 13px;
120 120 vertical-align: middle;
121 121 }
122 122  
123   -.controller-cms #content .formfield #fetch-external-feed #external-feed-options #external-feed-options-only-once label {
  123 +.controller-cms #content .formfield #fetch-external-feed #external-feed-options #external-feed-options-only-once label{
124 124 margin-right: 250px;
125 125 }
126 126  
127 127 .controller-cms #content .main-content form label.formlabel,
128   -.controller-cms #content .main-content form .article-translation-field {
  128 +.controller-cms #content .main-content form .article-translation-field{
129 129 font-size: 14px;
130 130 margin-bottom: 5px;
131 131 color: #231f20;
... ... @@ -141,12 +141,12 @@
141 141 margin-right: 10px;
142 142 padding: 2px 5px;
143 143 color: #FFF;
144   - background: #2C66CE;
  144 + background: #3E67B1;
145 145 font-size: 15px;
146 146 border: none;
147 147 }
148 148  
149   -.controller-cms #content .main-block form .button-bar input:hover {
  149 +.controller-cms #content .main-block form .button-bar input:hover{
150 150 background: #5E82C6;
151 151 border: none;
152 152 }
... ... @@ -155,17 +155,17 @@
155 155 height: 29px;
156 156 min-width: 100px;
157 157 padding: 1px 0 0 0;
158   - color: #2C66CE;
  158 + color: #3E67B1;
159 159 background: #FFF;
160   - border: 1px solid #2C66CE;
  160 + border: 1px solid #3E67B1;
161 161 font-size: 14px;
162 162 text-align: center;
163 163 }
164 164  
165 165 .controller-cms #content .main-block form .button-bar a.button:hover{
166 166 background: none;
167   - color: #5E82C6;
168   - border-color: #5E82C6;
  167 + color: #3E67B1;
  168 + border-color: #3E67B1;
169 169 }
170 170  
171 171 .controller-cms #content .main-block form .box-title{
... ... @@ -216,7 +216,3 @@
216 216 margin-top: 13px;
217 217 margin-bottom: 13px;
218 218 }
219   -
220   -
221   -/*** Edit Organizations ***/
222   -
... ...
css/home-page.css
... ... @@ -12,6 +12,10 @@
12 12  
13 13 /*** Box's patterns ***/
14 14  
  15 +.action-home-index .block-outer{
  16 + margin-bottom: 45px;
  17 +}
  18 +
15 19 /* Read More pattern */
16 20  
17 21 .action-home-index #content .box .block-outer .read-more {
... ... @@ -52,9 +56,9 @@
52 56 /*** Software catalog search block **/
53 57  
54 58 .action-home-index #content #catalogo-software-search {
55   - border-radius: 4px;
56 59 width: 100%;
57 60 background-color: #1A397D;
  61 + border-radius: 4px;
58 62 }
59 63  
60 64 .action-home-index #content #catalogo-software-search h1 {
... ...