Skip to content
Snippets Groups Projects
Commit f90c5655 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

parent e6affad9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -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;
 
Loading
Loading
Loading
Loading
@@ -6,7 +6,6 @@
margin: 0;
list-style: none;
li {
background-color: #FFF;
padding: 10px;
min-height: 20px;
border-bottom: 1px solid #eee;
Loading
Loading
table {
@extend .table;
@extend .table-striped;
@include solid-shade;
border: 1px solid #bbb;
border: 1px solid #CCC;
width: 100%;
 
&.low {
Loading
Loading
@@ -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;
 
Loading
Loading
@@ -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;
}
}
 
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
 
ul {
margin: auto;
height: 42px;
height: 40px;
overflow: hidden;
.count {
font-weight: normal;
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -31,8 +31,4 @@
border-left: 1px solid #666;
}
}
.main-nav {
box-shadow: 0 -1px 0 white inset;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment