diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-23 16:30:02 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-23 18:48:01 -0500 |
commit | b2604f566d785fd5468c9e9fdb1d1a8a8ed68e99 (patch) | |
tree | d3ea761fc531d367f2f134d536a2da4016a5301c | |
parent | 0267954403a60dd03b438f855320aeb1a7926e09 (diff) | |
download | gitlab-ce-b2604f566d785fd5468c9e9fdb1d1a8a8ed68e99.tar.gz |
Re-use existing top area elements
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 16 |
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 |