Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
31bf24a1
Commit
31bf24a1
authored
11 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
more beautiful warnings
parent
74edfd79
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/css/styles.css
+27
-13
27 additions, 13 deletions
core/css/styles.css
with
27 additions
and
13 deletions
core/css/styles.css
+
27
−
13
View file @
31bf24a1
...
...
@@ -331,24 +331,38 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
}
#body-login
form
#selectDbType
label
.ui-state-hover
,
#body-login
form
#selectDbType
label
.ui-state-active
{
color
:
#000
;
background-color
:
#e8e8e8
;
}
/* Warnings, for information */
.warning
{
/* Warnings and errors are the same */
.warning
,
.update
,
.error
{
display
:
block
;
background-color
:
#f2dede
;
color
:
#b94a48
;
padding
:
8px
;
margin
:
0
7px
5px
;
border
:
1px
solid
#eed3d7
;
padding
:
10px
;
color
:
#dd3b3b
;
background-color
:
rgba
(
0
,
0
,
0
,
.3
);
text-align
:
center
;
-moz-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
cursor
:
default
;
}
.warning
legend
,
.warning
a
{
color
:
#b94a48
!important
;
.warning
a
,
.error
a
{
color
:
#dd3b3b
!important
;
font-weight
:
bold
;
}
/* Errors, for grave states */
li
.update
,
li
.error
{
width
:
640px
;
margin
:
4em
auto
;
padding
:
1em
1em
1em
4em
;
background
:
#ffe
.8em
.8em
no-repeat
;
border
:
1px
solid
#ccc
;
-moz-border-radius
:
10px
;
-webkit-border-radius
:
10px
;
border-radius
:
10px
;
cursor
:
default
;
}
.error
{
color
:
#FF3B3B
;
}
/* Fixes for log in page, TODO should be removed some time */
#body-login
.update
,
#body-login
.error
{
margin
:
35px
auto
;
}
#body-login
.warning
{
margin
:
0
7px
5px
;
font-weight
:
bold
;
}
#body-login
a
.warning
{
cursor
:
pointer
;
}
/* Alternative Logins */
#alternative-logins
legend
{
margin-bottom
:
10px
;
}
...
...
@@ -376,6 +390,7 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac
#body-login
.wrapper
{
min-height
:
100%
;
margin
:
0
auto
-50px
;
width
:
300px
;
}
#body-login
footer
,
#body-login
.push
{
height
:
50px
;
...
...
@@ -495,7 +510,6 @@ div.jp-play-bar, div.jp-seek-bar { padding:0; }
.pager
li
{
display
:
inline-block
;
}
.ui-state-default
,
.ui-widget-content
.ui-state-default
,
.ui-widget-header
.ui-state-default
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.hint
{
background-image
:
url('../img/actions/info.png')
;
background-repeat
:
no-repeat
;
color
:
#777
;
padding-left
:
25px
;
background-position
:
0
0.3em
;}
.separator
{
display
:
inline
;
border-left
:
1px
solid
#d3d3d3
;
border-right
:
1px
solid
#fff
;
height
:
10px
;
width
:
0px
;
margin
:
4px
;
}
a
.bookmarklet
{
background-color
:
#ddd
;
border
:
1px
solid
#ccc
;
padding
:
5px
;
padding-top
:
0px
;
padding-bottom
:
2px
;
text-decoration
:
none
;
margin-top
:
5px
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment