Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-10 00:38:27 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-10 00:38:27 +0300
commit12ad9b4ba0341ac7b5012dd52b1d6cd6e68f778a (patch)
tree69685d9dc9a88257a49cb9f9ac435d2823d2fbdd /app/assets
parent10b6a9248159830f45012a1d551e82d86aeb75d0 (diff)
Enable blank container for group settings page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/base/gl_bootstrap.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/base/gl_bootstrap.scss b/app/assets/stylesheets/base/gl_bootstrap.scss
index 94508b902c4..eb8d23d6453 100644
--- a/app/assets/stylesheets/base/gl_bootstrap.scss
+++ b/app/assets/stylesheets/base/gl_bootstrap.scss
@@ -156,12 +156,16 @@
* Add some extra stuff to panels
*
*/
+
+.container-blank .panel .panel-heading {
+ font-size: 17px;
+ line-height: 38px;
+}
+
.panel {
box-shadow: none;
- .panel-heading {
- font-size: 17px;
- line-height: 38px;
+ .panel-heading {
.panel-head-actions {
position: relative;
top: -5px;