Commit 99096316 by Dányi Bence

template style fix

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