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-03-14 05:20:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-14 05:20:25 +0300
commit2da2720584e162c53436a046380740bd64c3ad24 (patch)
tree7608f1eb08ae5b4e84571257b5f2a8b95cbc1273 /app/assets/stylesheets
parent3aded9d5816b8605d5ccf486ab2e38247e2b654f (diff)
Improve css for file actions
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/base/gl_bootstrap.scss5
-rw-r--r--app/assets/stylesheets/generic/files.scss24
2 files changed, 10 insertions, 19 deletions
diff --git a/app/assets/stylesheets/base/gl_bootstrap.scss b/app/assets/stylesheets/base/gl_bootstrap.scss
index 16581e9ebf2..7012d31e318 100644
--- a/app/assets/stylesheets/base/gl_bootstrap.scss
+++ b/app/assets/stylesheets/base/gl_bootstrap.scss
@@ -152,12 +152,9 @@
*/
.panel {
.panel-heading {
- font-size: 14px;
- line-height: 18px;
-
.panel-head-actions {
position: relative;
- top: -6px;
+ top: -5px;
float: right;
}
}
diff --git a/app/assets/stylesheets/generic/files.scss b/app/assets/stylesheets/generic/files.scss
index 1ed41272ac5..dca6b957d24 100644
--- a/app/assets/stylesheets/generic/files.scss
+++ b/app/assets/stylesheets/generic/files.scss
@@ -18,27 +18,21 @@
text-align: left;
padding: 10px 15px;
- .options {
+ .file-actions {
float: right;
- margin-top: -3px;
+ position: relative;
+ top: -5px;
+
+ .btn {
+ padding: 0px 10px;
+ font-size: 13px;
+ line-height: 28px;
+ }
}
.left-options {
margin-top: -3px;
}
-
- .file_name {
- font-weight: bold;
- padding-left: 3px;
- font-size: 14px;
-
- small {
- color: #888;
- font-size: 13px;
- font-weight: normal;
- padding-left: 10px;
- }
- }
}
.file-content {
background: #fff;