Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
99096316
authored
Jan 30, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template style fix
parent
f17f67ac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
14 deletions
+52
-14
one/static/box.less
+52
-14
No files found.
one/static/box.less
View file @
99096316
...
@@ -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 3
px;
margin:
0px 5
px;
}
}
li{
li{
margin:
12
px 0px;
margin:
8px 0px 4
px 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;
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment