diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-09 20:52:06 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-09 20:52:06 +0300 |
commit | 3dcc441916e3d51ea29e292d7446ac9a1a4787cb (patch) | |
tree | 0404b83ac1eed069ef700aa6d75c0907e9ca76a8 /app/assets | |
parent | 03586c6c79e093046d46379885821ba9083a0d73 (diff) | |
download | gitlab-ce-3dcc441916e3d51ea29e292d7446ac9a1a4787cb.tar.gz |
Cleaner dashboard sidebar
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/common.scss | 11 | ||||
-rw-r--r-- | app/assets/stylesheets/sections/dashboard.scss | 47 | ||||
-rw-r--r-- | app/assets/stylesheets/sections/events.scss | 8 |
3 files changed, 33 insertions, 33 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1551af2d697..16d14a3c9e2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -206,17 +206,6 @@ p.time { } } -.arrow{ - background: #E3E5EA; - padding: 5px; - margin-top: 5px; - @include border-radius(5px); - text-shadow: none; - color: #999; - line-height: 16px; - font-weight: bold; -} - .thin_area{ height: 150px; } diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index 57088e55079..cab6dd807de 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -14,22 +14,6 @@ padding: 2px 15px; } .nav-projects-tabs li { padding: 0; } - .well-list { - li { padding: 15px; } - .arrow { - float: right; - padding: 10px; - margin: 0; - } - .last_activity { - padding-top: 5px; - display: block; - span, strong { - font-size: 12px; - color: #666; - } - } - } } } } @@ -85,3 +69,34 @@ } } } + +.project-row, .group-row { + padding: 15px !important; + + .namespace-name { + color: #666; + font-weight: bold; + } + + .project-name, .group-name { + font-size: 16px; + } + + + .arrow { + float: right; + padding: 10px 5px; + margin: 0; + font-size: 20px; + color: #666; + } + + .last-activity, .owner-info { + color: #AAA; + display: block; + margin-top: 5px; + .date, .owner { + color: #777; + } + } +} diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 0c75ddb8bc8..b1dc597f201 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -41,6 +41,8 @@ } } .event-body { + margin-left: 35px; + .commit p { color: #666; padding-top: 5px; @@ -51,7 +53,6 @@ .event-note { color: #555; margin-top: 5px; - margin-left: 35px; pre { border: none; @@ -77,10 +78,6 @@ margin-right: 5px; } } - .avatar { - position: relative; - top: -3px; - } .event_icon { position: relative; float: right; @@ -95,7 +92,6 @@ } } ul { - margin-left: 35px; margin-bottom: 5px; .avatar { width: 18px; |