Commit 99096316 by Dányi Bence

template style fix

parent f17f67ac
...@@ -73,6 +73,17 @@ ...@@ -73,6 +73,17 @@
float: none; float: none;
} }
} }
.quota{
left: 0;
top: 0;
z-index: 0;
position: absolute;
width: 100%;
height: 100%;
.used{
height: 100%;
}
}
.summary{ .summary{
padding: 15px 5px; padding: 15px 5px;
border-top: 1px solid #888; border-top: 1px solid #888;
...@@ -88,17 +99,7 @@ ...@@ -88,17 +99,7 @@
display: block; display: block;
} }
} }
.quota{
left: 0;
top: 0;
z-index: 0;
position: absolute;
width: 100%;
height: 100%;
.used{
height: 100%;
}
}
.id{ .id{
float: right; float: right;
width: 30px; width: 30px;
...@@ -140,21 +141,26 @@ ...@@ -140,21 +141,26 @@
.details{ .details{
border-top: 1px solid #888; border-top: 1px solid #888;
background-color: #d1d1d1; background-color: #d1d1d1;
padding: 15px 5px;
display: none; display: none;
.container{
padding: 5px 5px;
}
h3{ h3{
font-weight: normal; font-weight: normal;
} }
ul{ ul{
list-style: none; list-style: none;
margin: 10px 3px; margin: 0px 5px;
} }
li{ li{
margin: 12px 0px; margin: 8px 0px 4px 0px;
padding: 3px 0px 3px 20px; padding: 3px 0px 3px 20px;
border-bottom: 1px dotted #aaa; border-bottom: 1px dotted #aaa;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0px 4px; background-position: 0px 4px;
&:last-child{
border-bottom: none;
};
} }
a{ a{
text-decoration: underline; text-decoration: underline;
...@@ -262,3 +268,35 @@ ...@@ -262,3 +268,35 @@
.wm-list.modal .wm:nth-child(1) .summary{ .wm-list.modal .wm:nth-child(1) .summary{
border-top: none; border-top: none;
} }
#template{
.wm {
.template-details{
margin: 0;
padding: 0;
border-top: 1px solid #888;
display: none;
ul{
list-style-type: none;
}
li{
padding-left: 10px;
border-top: 1px solid #aaa;
position: relative;
&:first-child{
border-top: none;
};
.status{
float: right;
padding: 0 5px;
}
.group-name{
float: left;
line-height: 1.5em;
z-index: 2;
position: relative;
}
}
}
}
}
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