Commit 501b6e6fd0774ecb9bdc3daaadb412bea175a5a5

Authored by Valessio Brito
1 parent e0ba2f8e

Add style "Portal Modelo" on Menu panel left. (fix commit)

Showing 1 changed file with 32 additions and 10 deletions   Show diff stats
1 @import url(../profile-base/style.css); 1 @import url(../profile-base/style.css);
2 2
3 /* Painel lateral de menus */ 3 /* Painel lateral de menus */
  4 +.box-1 {
  5 + margin: 0 0 0 170px;
  6 +}
  7 +
4 .box-2 { 8 .box-2 {
5 width: 160px; 9 width: 160px;
6 } 10 }
7 11
8 -.box-2 .link-list-block li a.link-this-page {  
9 -width: 160px !important; 12 +#content .box-2 .block-title {
  13 + font-size: 14px;
  14 + text-align: left;
  15 + border-top: 4px solid #00510f;
  16 + background: #eeefff;
  17 + border-bottom: none;
  18 + color: #00510f;
  19 + padding: 8px 8px 24px 10px;
  20 + text-transform: uppercase;
  21 + margin: 0;
  22 +}
  23 +
  24 +#content .box-2 .link-list-block li a.link-this-page {
  25 +width: auto;
  26 +border-right: none;
10 } 27 }
11 28
12 -.box-2 .link-list-block li a { 29 +#content .box-2 .link-list-block li a {
13 font-size: 14px; 30 font-size: 14px;
14 -line-height: auto; 31 +line-height: 1em;
  32 +color: #436976;
  33 +background-color: #FFF;
  34 +border-radius: none;
  35 +padding: 0.6em 1.5em;
  36 +}
  37 +
  38 +#content .box-2 .link-list-block li a:hover {
  39 +background-color: #FFF;
15 color: #000; 40 color: #000;
16 -background-color: none;  
17 -border-radius: 0px;  
18 -padding: 0.6em 1.5em !important;  
19 } 41 }
20 42
21 .box-2 .link-list-block li { 43 .box-2 .link-list-block li {
22 -border-top: 1px solid #ddd;  
23 -border-bottom: none; 44 +border-bottom: 1px solid #ddd;
  45 +border-top: none;
24 padding: 0 !important; 46 padding: 0 !important;
25 -margin: 0; 47 +margin: 0 !important;
26 } 48 }