Lines 690-700
ul {
Link Here
|
690 |
} |
690 |
} |
691 |
} |
691 |
} |
692 |
|
692 |
|
693 |
&.nav-tabs { |
|
|
694 |
border-bottom: 1px solid transparent; |
695 |
padding: .2em 1.4em 0 1.4em; |
696 |
} |
697 |
|
698 |
&.budget_hierarchy { |
693 |
&.budget_hierarchy { |
699 |
margin-left: 0; |
694 |
margin-left: 0; |
700 |
padding-left: 0; |
695 |
padding-left: 0; |
Lines 2832-2842
td.bundle {
Link Here
|
2832 |
|
2827 |
|
2833 |
.toptabs { |
2828 |
.toptabs { |
2834 |
margin-top: 5px; |
2829 |
margin-top: 5px; |
2835 |
.ui-tabs-panel { |
2830 |
} |
2836 |
fieldset { |
2831 |
|
2837 |
box-shadow: none; |
2832 |
fieldset > .toptabs { |
2838 |
} |
2833 |
background-color: #F3F4F4; |
2839 |
} |
2834 |
padding: 1em; |
2840 |
} |
2835 |
} |
2841 |
|
2836 |
|
2842 |
.authref { |
2837 |
.authref { |
Lines 3403-3430
code {
Link Here
|
3403 |
|
3398 |
|
3404 |
.tab-content { |
3399 |
.tab-content { |
3405 |
background-color: #fff; |
3400 |
background-color: #fff; |
3406 |
border: 2px solid $background-color-primary; |
3401 |
border: 0; |
3407 |
border-radius: 4px; |
3402 |
border-radius: 0; |
3408 |
padding: 1em; |
3403 |
padding: 1em; |
3409 |
} |
3404 |
} |
3410 |
|
3405 |
|
3411 |
.nav-tabs { |
3406 |
.nav-tabs { |
|
|
3407 |
border-bottom: 0; |
3408 |
padding: .2em 1.4em 0 0; |
3409 |
|
3412 |
> li { |
3410 |
> li { |
|
|
3411 |
margin-bottom: -2px; |
3412 |
|
3413 |
> a { |
3413 |
> a { |
3414 |
background-color: $background-color-secondary; |
3414 |
background-color: $background-color-primary; |
3415 |
border-radius: 4px 4px 0 0; |
3415 |
border: 2px solid $background-color-primary; |
3416 |
border-color: $background-color-secondary; |
3416 |
border-bottom: 0; |
3417 |
color: #111; |
3417 |
border-radius: 0; |
|
|
3418 |
color: #FFF; |
3419 |
font-weight: bold; |
3418 |
line-height: 1.3; |
3420 |
line-height: 1.3; |
3419 |
margin-right: .4em; |
3421 |
margin-right: .4em; |
3420 |
padding: .5em 1em; |
3422 |
padding: .5em 1em; |
3421 |
|
3423 |
|
3422 |
&:hover, &:focus, &:active { |
3424 |
&:hover, &:focus, &:active { |
3423 |
background-color: $background-color-primary; |
3425 |
background-color: $background-color-primary; |
3424 |
border-color: $background-color-primary; |
3426 |
border: 2px solid $background-color-primary; |
|
|
3427 |
border-bottom: 0; |
3425 |
padding: .5em 1em; |
3428 |
padding: .5em 1em; |
3426 |
text-decoration: none; |
3429 |
text-decoration: none; |
3427 |
color: #FFFFFF; |
|
|
3428 |
} |
3430 |
} |
3429 |
} |
3431 |
} |
3430 |
|
3432 |
|
Lines 3432-3440
code {
Link Here
|
3432 |
a, |
3434 |
a, |
3433 |
a:hover, |
3435 |
a:hover, |
3434 |
a:focus { |
3436 |
a:focus { |
3435 |
background-color: $background-color-primary; |
3437 |
background-color: #FFF; |
3436 |
color: #FFFFFF; |
3438 |
border: 2px solid #FFF; |
|
|
3439 |
color: #111; |
3437 |
cursor: default; |
3440 |
cursor: default; |
|
|
3441 |
padding: .5em 1em; |
3438 |
} |
3442 |
} |
3439 |
} |
3443 |
} |
3440 |
} |
3444 |
} |
3441 |
- |
|
|