summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-12-27 12:30:58 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-20 14:59:15 +0200
commitc09c94f3eaf84c610e28d7b8dcc8c52b155b9bd6 (patch)
tree4e3f28a5b211d1c60ca24fa4c1503e73fd9879ee /resources
parent1a5c10dd417646af74581a567608e904dc96a62f (diff)
style: formatting and nesting
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/themes/base.less92
1 files changed, 50 insertions, 42 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less
index 9d20ae18..254f5a09 100644
--- a/resources/assets/themes/base.less
+++ b/resources/assets/themes/base.less
@@ -11,7 +11,7 @@ body {
}
.first {
- clear: both;
+ clear: both;
margin-top: 30px;
}
@@ -52,7 +52,7 @@ table a > .icon-icon_angel {
}
.table .form-group {
- margin-bottom: 0;
+ margin-bottom: 0;
}
.stats {
@@ -60,17 +60,18 @@ table a > .icon-icon_angel {
.make-xs-column(6);
font-size: 20px;
height: 150px;
- text-align: center;
-
- .number {
- font-size: 80px;
- font-weight: 200;
- }
- @media (max-width: @screen-md) {
- font-size: inherit;
- .number {
- font-size: 40px;
- }
+ text-align: center;
+
+ .number {
+ font-size: 80px;
+ font-weight: 200;
+ }
+
+ @media (max-width: @screen-md) {
+ font-size: inherit;
+ .number {
+ font-size: 40px;
+ }
}
}
@@ -88,12 +89,12 @@ table a > .icon-icon_angel {
}
.dashboard-panel {
- position: relative;
- font-size: 20px;
+ position: relative;
+ font-size: 20px;
color: @headings-color;
- .panel-link {
- position: absolute;
+ .panel-link {
+ position: absolute;
width: 100%;
height: 100%;
top: 0;
@@ -103,11 +104,11 @@ table a > .icon-icon_angel {
background-color: @brand-primary; /* Fix to make div clickable in IE */
opacity: 0; /* Fix to make div clickable in IE */
filter: alpha(opacity=1); /* Fix to make div clickable in IE */
- }
+ }
- .panel-link:hover {
+ .panel-link:hover {
opacity: 0.3;
- }
+ }
}
.panel-primary .panel-heading a {
@@ -141,7 +142,7 @@ table a > .icon-icon_angel {
}
.selection .checkbox {
- display: block;
+ display: block;
}
.shift-calendar {
@@ -190,31 +191,35 @@ table a > .icon-icon_angel {
width: 50px;
flex-shrink: 0;
}
+
.shift-card {
- z-index:0;
- overflow:hidden;
- position:relative;
- border-bottom-width: 1px;
- border-bottom-style: dashed;
- }
- .shift-card:hover {
- overflow:visible;
- z-index:100;
- border: none;
- }
- .shift-card:hover .shift {
- z-index:100;
+ z-index: 0;
+ overflow: hidden;
+ position: relative;
+ border-bottom-width: 1px;
+ border-bottom-style: dashed;
+
+ &:hover {
+ overflow: visible;
+ z-index: 100;
+ border: none;
+
+ .shift {
+ z-index: 100;
+ }
+ }
}
+
.shift {
margin: 0 5px 5px 0;
position: absolute;
width: 100%;
- }
- .shift:hover {
- margin: 0 5px 5px 0;
- position: absolute;
- width: 100%;
- /*border: 1px solid;*/
+
+ &:hover {
+ margin: 0 5px 5px 0;
+ position: absolute;
+ width: 100%;
+ }
}
}
@@ -223,13 +228,14 @@ table a > .icon-icon_angel {
}
.column_duration {
- text-align: right;
+ text-align: right;
}
.messages {
&:focus {
outline: none;
}
+
a:focus {
outline: none;
}
@@ -318,7 +324,9 @@ table a > .icon-icon_angel {
float: none;
width: 100%;
- position: relative; left: 0; right: 0;
+ position: relative;
+ left: 0;
+ right: 0;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;