Commit f90c5655 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

UI changes: removed box shadow for ui-box and file-holder

parent e6affad9
......@@ -10,11 +10,10 @@
*
*/
.ui-box {
background: #F9F9F9;
background: #FFF;
margin-bottom: 20px;
border: 1px solid #CCC;
word-wrap: break-word;
@include solid-shade;
&.ui-box-show {
margin:20px 0;
......
......@@ -3,18 +3,18 @@
*
*/
.file-holder {
border: 1px solid #BBB;
border: 1px solid #CCC;
margin-bottom: 1em;
@include solid-shade;
.file-title {
border-bottom: 1px solid #bbb;
@include bg-dark-gray-gradient;
text-shadow: 0 1px 1px #fff;
margin: 0;
font-weight: normal;
font-weight: bold;
text-align: left;
color: #666;
color: $style_color;
padding: 9px 10px;
height: 18px;
......
......@@ -6,7 +6,6 @@
margin: 0;
list-style: none;
li {
background-color: #FFF;
padding: 10px;
min-height: 20px;
border-bottom: 1px solid #eee;
......
table {
@extend .table;
@extend .table-striped;
@include solid-shade;
border: 1px solid #bbb;
border: 1px solid #CCC;
width: 100%;
&.low {
......@@ -20,7 +19,7 @@ table {
th {
font-weight: bold;
vertical-align: middle;
border-bottom: 1px solid #bbb;
border-bottom: 1px solid #CCC;
text-shadow: 0 1px 1px #fff;
@include bg-dark-gray-gradient;
......@@ -46,11 +45,11 @@ table {
}
&:first-child {
border-left: 1px solid #bbb;
border-left: 1px solid #CCC;
}
&:last-child {
border-right: 1px solid #bbb;
border-right: 1px solid #CCC;
}
}
......
......@@ -88,14 +88,11 @@ input.check_all_issues {
}
.update_selected_issues {
position: relative;
top:5px;
margin-left: 4px;
float: left;
}
.update_issues_text {
padding: 3px;
padding: 5px;
line-height: 28px;
float: left;
color: #479;
......
......@@ -7,7 +7,7 @@
ul {
margin: auto;
height: 42px;
height: 40px;
overflow: hidden;
.count {
font-weight: normal;
......@@ -74,7 +74,7 @@
text-align: center;
font-weight: normal;
height: 38px;
line-height: 36px;
line-height: 34px;
color: #777;
text-shadow: 0 1px 1px white;
padding: 0 10px;
......
......@@ -31,8 +31,4 @@
border-left: 1px solid #666;
}
}
.main-nav {
box-shadow: 0 -1px 0 white inset;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment