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
Commit
44f13676
authored
Feb 08, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: base.less reindented
parent
135b19d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
39 deletions
+39
-39
one/static/base.less
+39
-39
No files found.
one/static/base.less
View file @
44f13676
...
@@ -50,89 +50,89 @@ body
...
@@ -50,89 +50,89 @@ body
ul.messagelist
ul.messagelist
{
{
text-align:left;
text-align:left;
margin:0;
margin:0;
padding:0 0 5px;
padding:0 0 5px;
}
}
ul.messagelist li
ul.messagelist li
{
{
font-size:12px;
font-size:12px;
display:block;
display:block;
border-bottom:1px solid #ddd;
border-bottom:1px solid #ddd;
color:#666;
color:#666;
background:#ffc url(admin/img/icon_success.gif) 5px .3em no-repeat;
background:#ffc url(admin/img/icon_success.gif) 5px .3em no-repeat;
margin:0 0 3px;
margin:0 0 3px;
padding:4px 5px 4px 25px;
padding:4px 5px 4px 25px;
}
}
ul.messagelist li.warning
ul.messagelist li.warning
{
{
background-image:url(admin/img/icon_alert.gif);
background-image:url(admin/img/icon_alert.gif);
}
}
ul.messagelist li.error
ul.messagelist li.error
{
{
background-image:url(admin/img/icon_error.gif);
background-image:url(admin/img/icon_error.gif);
}
}
.errornote
.errornote
{
{
font-size:12px!important;
font-size:12px!important;
display:block;
display:block;
border:1px solid red;
border:1px solid red;
color:red;
color:red;
background:#ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
background:#ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
margin:0 0 3px;
margin:0 0 3px;
padding:4px 5px 4px 25px;
padding:4px 5px 4px 25px;
}
}
.errorlist li
.errorlist li
{
{
font-size:12px!important;
font-size:12px!important;
display:block;
display:block;
border:1px solid red;
border:1px solid red;
color:#FFF;
color:#FFF;
background:red url(admin/img/icon_alert.gif) 5px .3em no-repeat;
background:red url(admin/img/icon_alert.gif) 5px .3em no-repeat;
margin:0 0 3px;
margin:0 0 3px;
padding:4px 5px 4px 25px;
padding:4px 5px 4px 25px;
}
}
.errorlist li a
.errorlist li a
{
{
color:#FFF;
color:#FFF;
text-decoration:underline;
text-decoration:underline;
}
}
td ul.errorlist li
td ul.errorlist li
{
{
margin:0!important;
margin:0!important;
}
}
.errors
.errors
{
{
background:#ffc;
background:#ffc;
}
}
.errors input,.errors select,.errors textarea
.errors input,.errors select,.errors textarea
{
{
border:1px solid red;
border:1px solid red;
}
}
div.system-message
div.system-message
{
{
background:#ffc;
background:#ffc;
font-size:.8em;
font-size:.8em;
margin:10px;
margin:10px;
padding:6px 8px;
padding:6px 8px;
}
}
div.system-message p.system-message-title
div.system-message p.system-message-title
{
{
color:red;
color:red;
background:#ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
background:#ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
margin:0;
margin:0;
padding:4px 5px 4px 25px;
padding:4px 5px 4px 25px;
}
}
small {
small {
...
...
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