Skip to content

Commit

Permalink
Updated LESS & CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Aug 4, 2014
1 parent b042891 commit 3eede13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions static/default/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@ input::-moz-focus-inner {
.standard select {
padding: 10px 12px;
outline: none;
font-size: 18px;
font-size: 16px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666666;
width: 210px;
Expand Down Expand Up @@ -3386,7 +3386,7 @@ input::-moz-focus-inner {
margin-bottom: 5px;
}
.standard select {
color: #337fb2;
color: #4d4d4d;
width: 220px;
}
.standard input[type="checkbox"] {
Expand All @@ -3403,7 +3403,7 @@ input::-moz-focus-inner {
}
.standard label span.form_error {
margin: 0 0 0 3px;
color: #337fb2;
color: #4d4d4d;
}
/* #Images
================================================== */
Expand Down Expand Up @@ -3867,7 +3867,7 @@ hr.giant {
}
.full-width-table td,
.full-width-table th {
padding: 10px 0px;
padding: 5px 0px;
}
.rounded {
border-right: solid #ccc 1px;
Expand All @@ -3881,7 +3881,7 @@ hr.giant {
.rounded th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px 0px;
padding: 5px 0px;
text-align: left;
}
.rounded th {
Expand Down
4 changes: 2 additions & 2 deletions static/default/css/setup.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ label.radio-list-item .icon-key {
font-size: 30px;
line-height: 30px;
}
#setup-profile-list {
#setup-profiles-list-items {
background: #ffffff;
border-radius: 5px;
border: 1px solid #cccccc;
}
#setup-profile-list li:first-child {
#setup-profiles-list-items li:first-child {
border-top: 0px solid;
}
.setup-profile {
Expand Down
4 changes: 2 additions & 2 deletions static/default/less/setup.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@
}


#setup-profile-list {
#setup-profiles-list-items {
background: @white;
border-radius: 5px;
border: 1px solid @grayMid;
}

#setup-profile-list li:first-child {
#setup-profiles-list-items li:first-child {
border-top: 0px solid;
}

Expand Down

0 comments on commit 3eede13

Please sign in to comment.