Update style.css
This commit is contained in:
parent
b9b0d22a77
commit
2f02efd35b
72
style.css
72
style.css
|
@ -116,8 +116,8 @@ input, select, textarea {
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 18px;
|
line-height: 24px;
|
||||||
border: solid 1px #afc300;
|
border: solid 1px #999;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-o-border-radius: 3px;
|
-o-border-radius: 3px;
|
||||||
|
@ -140,8 +140,8 @@ input, textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
height: 18px;
|
height: 24px;
|
||||||
line-height: 18px;
|
line-height: 24px;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,8 +170,8 @@ select:focus {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #afc300;
|
background-color: #999;
|
||||||
border: solid 1px #afc300;
|
border: solid 1px #999;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-o-border-radius: 5px;
|
-o-border-radius: 5px;
|
||||||
|
@ -185,10 +185,6 @@ select:focus {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover {
|
|
||||||
border-color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* =Ulility Classes
|
/* =Ulility Classes
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -222,7 +218,7 @@ img.alignright {
|
||||||
}
|
}
|
||||||
|
|
||||||
.row:after {
|
.row:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="span"] {
|
[class*="span"] {
|
||||||
|
@ -278,50 +274,26 @@ img.alignright {
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-fluid > [class*="span"] {
|
.row-fluid > [class*="span"] {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 2.127659574%;
|
margin-left: 2.127659574%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-fluid > [class*="span"]:first-child {
|
.row-fluid > [class*="span"]:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-fluid > .span12 {
|
.row-fluid > .span12 { width: 99.99999998999999%; }
|
||||||
width: 99.99999998999999%;
|
.row-fluid > .span11 { width: 91.489361693%; }
|
||||||
}
|
.row-fluid > .span10 { width: 82.97872339599999%; }
|
||||||
.row-fluid > .span11 {
|
.row-fluid > .span9 { width: 74.468085099%; }
|
||||||
width: 91.489361693%;
|
.row-fluid > .span8 { width: 65.95744680199999%; }
|
||||||
}
|
.row-fluid > .span7 { width: 57.446808505%; }
|
||||||
.row-fluid > .span10 {
|
.row-fluid > .span6 { width: 48.93617020799999%; }
|
||||||
width: 82.97872339599999%;
|
.row-fluid > .span5 { width: 40.425531911%; }
|
||||||
}
|
.row-fluid > .span4 { width: 31.914893614%; }
|
||||||
.row-fluid > .span9 {
|
.row-fluid > .span3 { width: 23.404255317%; }
|
||||||
width: 74.468085099%;
|
.row-fluid > .span2 { width: 14.89361702%; }
|
||||||
}
|
.row-fluid > .span1 { width: 6.382978723%; }
|
||||||
.row-fluid > .span8 {
|
|
||||||
width: 65.95744680199999%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span7 {
|
|
||||||
width: 57.446808505%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span6 {
|
|
||||||
width: 48.93617020799999%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span5 {
|
|
||||||
width: 40.425531911%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span4 {
|
|
||||||
width: 31.914893614%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span3 {
|
|
||||||
width: 23.404255317%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span2 {
|
|
||||||
width: 14.89361702%;
|
|
||||||
}
|
|
||||||
.row-fluid > .span1 {
|
|
||||||
width: 6.382978723%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue