Commit bdb7bc21 by Dányi Bence

webui: css refactoring

parent fd386b6e
......@@ -59,9 +59,6 @@ body
.big {
font-size: 2em;
}
.wm-list{
list-style: none;
}
ul.messagelist
{
......
......@@ -67,8 +67,10 @@
}
}
.wm{
.entry-list {
list-style-type: none;
}
.entry{
&.opened .actions{
display: block !important;
}
......@@ -435,10 +437,10 @@
.filetype-jump-out {
background-image: url(icons/arrow-curve-090.png);
}
.wm-on{
.vm-on{
background-image: url(icons/computer-cloud.png);
}
.wm-off{
.vm-off{
background-image: url(icons/computer-off.png);
}
......@@ -463,7 +465,7 @@
}
#template{
.wm {
.entry {
.template-details{
margin: 0;
padding: 0;
......@@ -514,7 +516,7 @@ table {
}
#groups {
.wm {
.entry {
.summary {
.name {
background-image: url(icons/users.png);
......
......@@ -27,9 +27,16 @@
.container{
max-height: 400px;
overflow: auto;
border-radius: 2px;
border: 1px solid #888;
background-color: #ccc;
}
ul{
list-style: none;
li:first-child .summary {
border: none;
}
}
}
.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