Commit bdb7bc21 by Dányi Bence

webui: css refactoring

parent fd386b6e
...@@ -59,9 +59,6 @@ body ...@@ -59,9 +59,6 @@ body
.big { .big {
font-size: 2em; font-size: 2em;
} }
.wm-list{
list-style: none;
}
ul.messagelist ul.messagelist
{ {
......
...@@ -67,8 +67,10 @@ ...@@ -67,8 +67,10 @@
} }
} }
.entry-list {
.wm{ list-style-type: none;
}
.entry{
&.opened .actions{ &.opened .actions{
display: block !important; display: block !important;
} }
...@@ -435,10 +437,10 @@ ...@@ -435,10 +437,10 @@
.filetype-jump-out { .filetype-jump-out {
background-image: url(icons/arrow-curve-090.png); background-image: url(icons/arrow-curve-090.png);
} }
.wm-on{ .vm-on{
background-image: url(icons/computer-cloud.png); background-image: url(icons/computer-cloud.png);
} }
.wm-off{ .vm-off{
background-image: url(icons/computer-off.png); background-image: url(icons/computer-off.png);
} }
...@@ -463,7 +465,7 @@ ...@@ -463,7 +465,7 @@
} }
#template{ #template{
.wm { .entry {
.template-details{ .template-details{
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -514,7 +516,7 @@ table { ...@@ -514,7 +516,7 @@ table {
} }
#groups { #groups {
.wm { .entry {
.summary { .summary {
.name { .name {
background-image: url(icons/users.png); background-image: url(icons/users.png);
......
...@@ -27,9 +27,16 @@ ...@@ -27,9 +27,16 @@
.container{ .container{
max-height: 400px; max-height: 400px;
overflow: auto; overflow: auto;
border-radius: 2px;
border: 1px solid #888;
background-color: #ccc;
} }
ul{ ul{
list-style: none; list-style: none;
li:first-child .summary {
border: none;
}
} }
} }
.wizard{ .wizard{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment