Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
bfc22ec9
Commit
bfc22ec9
authored
Sep 14, 2011
by
xaver
Browse files
fixed icon in middle vertical, for opera table th align right
parent
964c032f
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/css/screen/content.css
View file @
bfc22ec9
...
...
@@ -101,6 +101,7 @@
background
:
#FFFFFF
;
border
:
1px
solid
#DFDFDF
;
padding
:
1px
;
outline
:
none
;
}
...
...
@@ -174,7 +175,7 @@
table
.full
{
width
:
100%
;
}
table
.fixed
{
table-layout
:
fixed
}
th
,
td
{
padding
:
0.5em
;
}
th
,
td
{
padding
:
0.5em
;
text-align
:
right
;
}
thead
th
{
background
:
#444
url(../../images/lists_thead_bg.png)
repeat-x
;
color
:
#fff
}
tbody
th
{
background
:
#ccc
;
color
:
#333
}
tbody
th
.sub
{
background
:
#ddd
;
color
:
#333
}
...
...
interface/web/themes/default/css/screen/content_ispc.css
View file @
bfc22ec9
...
...
@@ -359,7 +359,7 @@
/* Button with icon and text */
.iconstxt
{
background-repeat
:
no-repeat
;
background-position
:
4px
4px
;
background-position
:
4px
center
;
}
.iconstxt
span
{
padding-left
:
20px
;
}
.iconstxt.icoPositive
{
background-image
:
url("../../icons/x16/tick_circle_frame.png")
;
}
...
...
interface/web/themes/default/css/screen/uni-form.css
View file @
bfc22ec9
...
...
@@ -12,8 +12,8 @@
.uniForm
.buttonHolder
{
text-align
:
right
;
background
:
#CEDEEF
url("../../images/buttonHolder_bg.gif")
no-repeat
right
;
margin
:
1
em
0
;
padding
:
8px
;
margin
:
3
em
0
1em
;
padding
:
8px
;
}
.uniForm
.resetButton
{
float
:
left
;
}
.uniForm
.primaryAction
{
font-weight
:
bold
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment