summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-23 16:30:02 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-23 18:48:01 -0500
commitb2604f566d785fd5468c9e9fdb1d1a8a8ed68e99 (patch)
treed3ea761fc531d367f2f134d536a2da4016a5301c
parent0267954403a60dd03b438f855320aeb1a7926e09 (diff)
downloadgitlab-ce-b2604f566d785fd5468c9e9fdb1d1a8a8ed68e99.tar.gz
Re-use existing top area elements
-rw-r--r--app/assets/stylesheets/framework/common.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index de58b35be9e..9ecb547b64f 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -398,19 +398,3 @@ table {
margin-right: -$gl-padding;
border-top: 1px solid $border-color;
}
-
-.search-area {
- display: block;
- border-bottom: 1px solid $table-border-color;
- height: 50px;
-
- .search-controls {
- float: right;
-
- input[type='search'] {
- float: left;
- width: auto;
- margin-right: 10px;
- }
- }
-} \ No newline at end of file