Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
34361aa7
Commit
34361aa7
authored
Aug 11, 2017
by
Piotr Gawron
Browse files
stylying of error dialog improved (old css removed)
parent
4556b37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/resources/css/style.css
View file @
34361aa7
...
...
@@ -80,7 +80,6 @@ html,body {
.ui-widget
{
font-family
:
Lato
,
Verdana
,
Arial
,
sans-serif
;
font-size
:
14px
;}
.ui-widget
.ui-widget
{
font-size
:
1em
;}
.ui-widget
input
,
.ui-widget
select
,
.ui-widget
textarea
,
.ui-widget
button
{
font-family
:
Verdana
,
Arial
,
sans-serif
;
font-size
:
1em
;}
.ui-widget-content
{
border
:
1px
solid
#cccccc
;
background
:
#F2F1F1
repeat-x
scroll
0
0
;
color
:
#222222
;}
.ui-widget-header
{
border
:
none
;
background
:
#A3A3A3
;
color
:
#ffffff
;
font-weight
:
500
;
margin
:
0
;
padding
:
0
;}
.ui-widget-header
a
{
color
:
#F9F7F7
;}
/* Interaction states----------------------------------*/
...
...
@@ -118,20 +117,16 @@ font-weight:normal;color:#ffffff;}
/* Interaction Cues----------------------------------*/
.ui-state-highlight
,
.ui-widget-content
.ui-state-highlight
,
.ui-widget-header
.ui-state-highlight
{
border
:
1px
solid
#0199CB
;
background
:
#21BDF1
!important
;
color
:
#ffffff
;}
.ui-state-highlight
a
,
.ui-widget-content
.ui-state-highlight
a
,
.ui-widget-header
.ui-state-highlight
a
{
color
:
#363636
;}
.ui-state-error
,
.ui-widget-content
.ui-state-error
,
.ui-widget-header
.ui-state-error
{
border
:
1px
solid
#9e0505
;
background
:
#cd0a0a
url("#{request.contextPath}/javax.faces.resource/images/ui-bg_inset-hard_45_cd0a0a_1x100.png.xhtml?ln=primefaces-home")
50%
bottom
repeat-x
;
color
:
#ffffff
;}
.ui-state-error
a
,
.ui-widget-content
.ui-state-error
a
,
.ui-widget-header
.ui-state-error
a
{
color
:
#ffffff
;}
.ui-state-error-text
,
.ui-widget-content
.ui-state-error-text
,
.ui-widget-header
.ui-state-error-text
{
color
:
#ffffff
;}
.ui-priority-primary
,
.ui-widget-content
.ui-priority-primary
,
.ui-widget-header
.ui-priority-primary
{
font-weight
:
bold
;}
.ui-priority-secondary
,
.ui-widget-content
.ui-priority-secondary
,
.ui-widget-header
.ui-priority-secondary
{
opacity
:
.7
;
filter
:
Alpha
(
Opacity
=
70
);
font-weight
:
normal
;}
.ui-state-disabled
,
.ui-widget-content
.ui-state-disabled
,
.ui-widget-header
.ui-state-disabled
{
opacity
:
.35
;
filter
:
Alpha
(
Opacity
=
35
);
background-image
:
none
;}
/* Icons----------------------------------*//* states and images */
.ui-icon
{
width
:
16px
;
height
:
16px
;
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_222222_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-widget-content
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_222222_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-widget-header
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-state-default
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_ededed_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-state-hover
.ui-icon
,
.ui-state-focus
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-state-active
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-state-highlight
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_4ca300_256x240.png.xhtml?ln=primefaces-home")
;}
.ui-state-error
.ui-icon
,
.ui-state-error-text
.ui-icon
{
background-image
:
url("#{request.contextPath}/javax.faces.resource/images/ui-icons_ffcf29_256x240.png.xhtml?ln=primefaces-home")
;}
/* positioning */
.ui-icon-carat-1-n
{
background-position
:
0
0
;}
.ui-icon-carat-1-ne
{
background-position
:
-16px
0
;}
.ui-icon-carat-1-e
{
background-position
:
-32px
0
;}
...
...
@@ -565,7 +560,6 @@ ui-overlay-visible *{visibility:visible !important;}
.ui-dialog
{
position
:
fixed
;
padding
:
0
;
overflow
:
hidden
;}
.ui-dialog
.ui-dialog-titlebar
{
padding
:
.4em
.4em
.4em
1em
;
position
:
relative
;
border
:
0px
;
background-color
:
#017DA7
;
color
:
#FFFFFF
;
text-transform
:
uppercase
;
font-weight
:
900
;
font-size
:
13px
;
line-height
:
18px
;}
.ui-dialog
.ui-dialog-title
{
float
:
left
;
margin
:
.3em
16px
.1em
0
;}
.ui-dialog
.ui-dialog-content
{
position
:
relative
;
border
:
0
;
padding
:
.5em
1em
;
background
:
none
;
overflow
:
auto
;
zoom
:
1
;}
.ui-dialog
.ui-dialog-buttonpane
{
text-align
:
left
;
border-width
:
1px
0
0
0
;
background-image
:
none
;
margin
:
.5em
0
0
0
;
padding
:
.3em
1em
.5em
.4em
;}
.ui-dialog
.ui-dialog-buttonpane
.ui-dialog-buttonset
{
float
:
right
;}
.ui-dialog
.ui-dialog-buttonpane
button
{
margin
:
.5em
.4em
.5em
0
;
cursor
:
pointer
;}
...
...
@@ -596,7 +590,6 @@ ui-overlay-visible *{visibility:visible !important;}
.ui-selectonelistbox
.ui-selectlistbox-item
,
.ui-selectmanymenu
.ui-selectlistbox-item
,
.ui-multiselectlistbox
.ui-multiselectlistbox-item
{
margin
:
2px
;
border
:
0
none
;
cursor
:
pointer
;
font-weight
:
normal
;}
.ui-selectonelistbox
table
.ui-selectlistbox-list
,
.ui-selectmanymenu
table
.ui-selectlistbox-list
{
border-collapse
:
collapse
;
width
:
100%
;}
.ui-multiselectlistbox
.ui-multiselectlistbox-listcontainer
{
float
:
left
;
margin-right
:
4px
;}
.ui-widget-content
{
background-color
:
#FFF
;
background
:
#ffffff
;
color
:
#333333
}
.ui-multiselectlistbox
.ui-multiselectlistbox-item
{
white-space
:
nowrap
;}
.ui-multiselectlistbox.ui-state-disabled
.ui-multiselectlistbox-item
{
cursor
:
default
;}
/*** Checkbox*/
.ui-chkbox
{
display
:
inline-block
;}
...
...
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