Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Ask
website
Commits
35b99042
Commit
35b99042
authored
Jun 21, 2013
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restyled dialogs and dropdowns
parent
bff7a995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
8 deletions
+18
-8
forum/skins/light/media/style/style.css
forum/skins/light/media/style/style.css
+18
-8
No files found.
forum/skins/light/media/style/style.css
View file @
35b99042
...
...
@@ -2120,24 +2120,28 @@ div.dialog, .context-menu-dropdown {
div
.dialog
,
.context-menu-dropdown
{
color
:
white
;
color
:
#000000
;
font-size
:
11px
;
outline
:
none
;
cursor
:
pointer
;
text-align
:
center
;
text-decoration
:
none
;
padding
:
1px
3px
3px
3px
;
padding
:
3px
;
-moz-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;
border
:
2px
solid
#969696
;
background
:
#ADA69F
url('../images/menu-dropdown.png')
repeat-x
left
bottom
;
text-shadow
:
0
1px
0
#777
;
border
:
2px
solid
#aaaaaa
;
background
:
#f0f0f0
;
}
div
.dialog
{
padding
:
30px
;
min-width
:
300px
;
}
.dialog
a
,
.context-menu-dropdown
a
{
color
:
white
;
font-weight
:
bold
;
color
:
#ffffff
;
cursor
:
pointer
;
}
div
.dialog
.dialog-wcwontent
{
...
...
@@ -2145,6 +2149,11 @@ div.dialog .dialog-wcwontent {
z-index
:
1000
;
}
div
.dialog
.dialog-content
table
{
width
:
100%
;
}
div
.dialog
.dialog-buttons
{
margin
:
0px
;
height
:
25px
;
...
...
@@ -2170,6 +2179,7 @@ div.dialog .dialog-buttons a {
vertical-align
:
baseline
;
font-weight
:
bold
;
border
:
0
;
cursor
:
pointer
;
}
div
.dialog.confirm
,
div
.dialog.warning
{
...
...
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