aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/zurich/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/zurich/layout.scss')
-rw-r--r--web/cobrands/zurich/layout.scss48
1 files changed, 0 insertions, 48 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 085e6e84c..39bbb20b4 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -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;
- }
- }
- }
-}
-