Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
bdb7bc21
authored
Feb 14, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: css refactoring
parent
fd386b6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
9 deletions
+15
-9
one/static/base.less
+0
-3
one/static/box.less
+8
-6
one/static/wizard.less
+7
-0
No files found.
one/static/base.less
View file @
bdb7bc21
...
...
@@ -59,9 +59,6 @@ body
.big {
font-size: 2em;
}
.wm-list{
list-style: none;
}
ul.messagelist
{
...
...
one/static/box.less
View file @
bdb7bc21
...
...
@@ -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);
}
.
w
m-on{
.
v
m-on{
background-image: url(icons/computer-cloud.png);
}
.
w
m-off{
.
v
m-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);
...
...
one/static/wizard.less
View file @
bdb7bc21
...
...
@@ -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{
...
...
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