Skip to content

Commit

Permalink
[Zurich] Move admin table CSS to base stylesheet.
Browse files Browse the repository at this point in the history
To match shift of styles in bb07940.
  • Loading branch information
dracos committed Nov 19, 2014
1 parent edbcff4 commit ea829cf
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 48 deletions.
47 changes: 47 additions & 0 deletions web/cobrands/zurich/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,50 @@ h4.static-with-rule {
#fms_pan_zoom_panright {
display: none;
}

.admin-nav {
background: #f4f4f4;
@include background(linear-gradient(#fbfbfb, #efefef));
border-bottom: 2px solid $table_border_color;
ul {
overflow:auto;
margin:0 0 -2px 0;
list-style: none;
padding: 0;
border-top: 1px solid $table_border_color;
border-left: 1px solid $table_border_color;
border-right: 1px solid $table_border_color;
li {
border-right: 1px solid $table_border_color;
float:left;
list-style: none;
margin:0;
padding: 0.5em 1em;
font-weight: bold;
color: #000;
a {
color: #000;
}
}
li.search-box {
float: right;
}
li.current {
background-color: #fff;
border-bottom: 2px solid #fff;
}
li.search-box {
border:none;
padding: 0.2em 0.5em 0.2em 30px;
background-image: url('search-icon.png');
background-position: 2px center;
background-repeat: no-repeat;
input {
height: 100%;
width: 12em;
border: none;
padding: 6px 0.5em;
}
}
}
}
48 changes: 0 additions & 48 deletions web/cobrands/zurich/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,51 +289,3 @@ body.mappage .admin-nav-wrapper {
width: 100%;
@include box-shadow(0 0 6px 1px #000);
}

.admin-nav {
background: #f4f4f4;
@include background(linear-gradient(#fbfbfb, #efefef));
border-bottom: 2px solid $table_border_color;
ul {
overflow:auto;
margin:0 0 -2px 0;
list-style: none;
padding: 0;
border-top: 1px solid $table_border_color;
border-left: 1px solid $table_border_color;
border-right: 1px solid $table_border_color;
li {
border-right: 1px solid $table_border_color;
float:left;
list-style: none;
margin:0;
padding: 0.5em 1em;
font-weight: bold;
color: #000;
a {
color: #000;
}
}
li.search-box {
float: right;
}
li.current {
background-color: #fff;
border-bottom: 2px solid #fff;
}
li.search-box {
border:none;
padding: 0.2em 0.5em 0.2em 30px;
background-image: url('search-icon.png');
background-position: 2px center;
background-repeat: no-repeat;
input {
height: 100%;
width: 12em;
border: none;
padding: 6px 0.5em;
}
}
}
}

0 comments on commit ea829cf

Please sign in to comment.