mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Yahooo, sync with devel server :)
This commit is contained in:
parent
d25ae72355
commit
af3ee14057
94 changed files with 2975 additions and 302 deletions
|
@ -305,12 +305,12 @@ input::-moz-focus-inner{
|
|||
color:#000;
|
||||
}
|
||||
.primary-nav .active .section-inner{
|
||||
cursor:default;
|
||||
cursor:pointer;
|
||||
}
|
||||
.primary-nav .active .section-devider{
|
||||
background-position:-140px 100%;
|
||||
height:5px;
|
||||
bottom:-2px;
|
||||
background-position:-283px 100%;
|
||||
height:6px;
|
||||
bottom:-3px;
|
||||
}
|
||||
.primary-nav .active .def{
|
||||
color:#8c9c91;
|
||||
|
@ -1777,7 +1777,7 @@ input::-moz-focus-inner{
|
|||
*display: inline;
|
||||
|
||||
margin-left:30px;
|
||||
font-size:12px;
|
||||
font-size:11px;
|
||||
line-height:1;
|
||||
font-weight:bold;
|
||||
|
||||
|
@ -1797,14 +1797,14 @@ input::-moz-focus-inner{
|
|||
|
||||
.b-new-entry .delete-btn{
|
||||
position:absolute;
|
||||
top:15px;
|
||||
top:18px;
|
||||
right:16px;
|
||||
|
||||
font-size:12px;
|
||||
line-height:14px;
|
||||
font-size:9px;
|
||||
line-height:11px;
|
||||
text-transform:uppercase;
|
||||
color:#333;
|
||||
letter-spacing:2px;
|
||||
letter-spacing:3px;
|
||||
cursor:pointer;
|
||||
border-bottom:1px solid #ff6766;
|
||||
}
|
||||
|
@ -3118,8 +3118,36 @@ input::-moz-focus-inner{
|
|||
background-image:url(../images/stats-curve-grey.png);
|
||||
}
|
||||
|
||||
.success-box {border: 1px dashed #BBBF45;color: #BBBF45;}
|
||||
.success-box {
|
||||
color: #BBBF45;
|
||||
font-size: 22px;
|
||||
padding-left: 136px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.inactive-row { font-style: italic; opacity: 0.38; background: url('../images/bg_line.png');filter: alpha(opacity = 38); }
|
||||
.form-suspended input[type="text"], .form-suspended input[type="checkbox"], .form-suspended .checkbox, .form-suspended select, .form-suspended textarea, .form-suspended .select { opacity: 0.38;filter: alpha(opacity = 38); }
|
||||
.form-suspended .do_action_toggle_suspend {opacity: 1; filter: alpha(opacity = 100);}
|
||||
|
||||
|
||||
.stats-block{
|
||||
background:#474338;
|
||||
padding:10px;
|
||||
width:600px;
|
||||
margin:0 auto 10px;
|
||||
}
|
||||
.stats-block-header{
|
||||
color:#fc0;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
.stats-block .stats-graph{
|
||||
display:block;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
/* START: DEV!! */
|
||||
.stats-subbar {cursor: pointer;}
|
||||
.stats-subbar .sub-active{font-weight: bold;}
|
||||
/* END: DEV */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue