Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
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
278e83da
authored
Mar 13, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fluid layout
parent
8c77a83f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
one/static/style/base.less
+10
-1
one/static/style/box.less
+2
-3
one/static/style/wizard.less
+0
-1
No files found.
one/static/style/base.less
View file @
278e83da
...
@@ -17,7 +17,7 @@ body
...
@@ -17,7 +17,7 @@ body
#content
#content
{
{
width:
970px
;
width:
80%
;
text-align:left;
text-align:left;
margin:0 auto;
margin:0 auto;
padding-bottom: 100px;
padding-bottom: 100px;
...
@@ -367,3 +367,12 @@ body > footer {
...
@@ -367,3 +367,12 @@ body > footer {
margin-left: 1em;
margin-left: 1em;
}
}
}
}
@media (max-width: 900px) {
#content {
width: 100%;
}
.boxes {
width: 100% !important;
}
}
one/static/style/box.less
View file @
278e83da
.boxes {
.boxes {
width:
480px
;
width:
50%
;
float:left;
float:left;
}
}
...
@@ -300,7 +300,6 @@
...
@@ -300,7 +300,6 @@
}
}
.value {
.value {
float: right;
float: right;
width: 200px;
text-align: right;
text-align: right;
}
}
.description {
.description {
...
@@ -309,7 +308,7 @@
...
@@ -309,7 +308,7 @@
.value {
.value {
font-size: 0.8em;
font-size: 0.8em;
word-spacing: 3px;
word-spacing: 3px;
width: 35
0px;
max-width: 20
0px;
}
}
}
}
}
}
...
...
one/static/style/wizard.less
View file @
278e83da
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
max-height: 60%;
max-height: 60%;
overflow: auto;
overflow: auto;
.container{
.container{
max-height: 400px;
overflow: auto;
overflow: auto;
border-radius: 2px;
border-radius: 2px;
border: 1px solid #888;
border: 1px solid #888;
...
...
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