summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-15 18:01:19 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-15 18:01:19 +0100
commitb962da6adbe03f9fda9121ab794ae9e511f2d529 (patch)
tree9feb0aa97f502dbceac8c808235c77b85c00cfc5 /module/web/static/css
parentset user button to pyload blue (diff)
downloadpyload-b962da6adbe03f9fda9121ab794ae9e511f2d529.tar.xz
worked on web-ui
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/style.less12
1 files changed, 11 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index d7be7289b..93a017fba 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -139,6 +139,10 @@ a:hover {
-webkit-font-smoothing: antialiased;
}
+.label-info, .badge-info {
+ background-color: @blue;
+}
+
/*
Header
*/
@@ -406,6 +410,7 @@ footer h2 {
font-weight: bold;
border-radius: 5px;
line-height: 28px;
+ cursor: pointer;
}
.package-view > div:hover {
@@ -416,6 +421,7 @@ footer h2 {
display: inline-block;
height: 100%;
padding-left: 8px;
+ padding-right: 8px;
}
.package-row.first {
@@ -425,7 +431,7 @@ footer h2 {
.package-row.second {
width: 30%;
.gradient(top, @blueDark, @blueDarker);
-
+ font-size: smaller;
}
.package-view a {
@@ -464,8 +470,12 @@ footer h2 {
display: inline-block;
height: 100%;
padding-left: 8px;
+ padding-right: 8px;
}
.file-row.first {
width: 50%;
}
+.file-row.second {
+ width: 30%;
+}