Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Helmo
ISPConfig 3
Commits
daf1488c
"README.md" did not exist on "c4ff8259c95c34b9b501ba9d19d3380e9ee9edde"
Commit
daf1488c
authored
12 years ago
by
cfoe
Browse files
Options
Downloads
Patches
Plain Diff
corrected url() parameters
parent
5889ff02
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/themes/default/css/screen/basemod.css
+1
-1
1 addition, 1 deletion
interface/web/themes/default/css/screen/basemod.css
interface/web/themes/default/css/screen/content_ispc.css
+22
-22
22 additions, 22 deletions
interface/web/themes/default/css/screen/content_ispc.css
with
23 additions
and
23 deletions
interface/web/themes/default/css/screen/basemod.css
+
1
−
1
View file @
daf1488c
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
#header
{
#header
{
color
:
#faf0e6
;
color
:
#faf0e6
;
padding
:
15px
2em
5px
20px
;
padding
:
15px
2em
5px
20px
;
background
:
#9a9a9a
url(../../images/header_bg.png)
repeat-x
top
left
;
background
:
#9a9a9a
url(
"
../../images/header_bg.png
"
)
repeat-x
top
left
;
}
}
/* (en) Text Alignment for #topnav content */
/* (en) Text Alignment for #topnav content */
...
...
This diff is collapsed.
Click to expand it.
interface/web/themes/default/css/screen/content_ispc.css
+
22
−
22
View file @
daf1488c
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
}
}
table
.list
thead
th
{
font-size
:
10px
;
}
table
.list
thead
th
{
font-size
:
10px
;
}
table
.list
tbody
{
border
:
1px
solid
#d3d3d3
!important
;
}
table
.list
tbody
{
border
:
1px
solid
#d3d3d3
!important
;
}
table
.list
tfoot
td
{
text-align
:
center
;
background
:
#f8f8f8
url(../../images/lists_tfoot_bg.png)
repeat-x
bottom
left
;
padding
:
24px
8px
8px
8px
;
}
table
.list
tfoot
td
{
text-align
:
center
;
background
:
#f8f8f8
url(
"
../../images/lists_tfoot_bg.png
"
)
repeat-x
bottom
left
;
padding
:
24px
8px
8px
8px
;
}
table
.list
.tbl_row_even
{
background
:
#fcfcfc
;
}
table
.list
.tbl_row_even
{
background
:
#fcfcfc
;
}
table
.list
.tbl_row_uneven
{
background
:
#f0f8ff
;
}
table
.list
.tbl_row_uneven
{
background
:
#f0f8ff
;
}
table
.list
tr
:hover
{
background
:
#fffacd
;
}
table
.list
tr
:hover
{
background
:
#fffacd
;
}
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
/* Password Strength */
/* Password Strength */
#passBar
{
#passBar
{
width
:
101px
;
height
:
10px
;
width
:
101px
;
height
:
10px
;
background
:
url(../../images/meter_bg.gif)
repeat-x
bottom
left
;
background
:
url(
"
../../images/meter_bg.gif
"
)
repeat-x
bottom
left
;
margin
:
2px
0
;
margin
:
2px
0
;
float
:
left
;
float
:
left
;
}
}
...
@@ -259,17 +259,17 @@
...
@@ -259,17 +259,17 @@
text-decoration
:
none
;
text-decoration
:
none
;
}
}
.dashboard-modules.admin
{
background-image
:
url(
'
../../icons/x32/system.png
'
)
!important
;
}
.dashboard-modules.admin
{
background-image
:
url(
"
../../icons/x32/system.png
"
)
!important
;
}
.dashboard-modules.vm
{
background-image
:
url(
'
../../icons/x32/drawer.png
'
)
!important
;
}
.dashboard-modules.vm
{
background-image
:
url(
"
../../icons/x32/drawer.png
"
)
!important
;
}
.dashboard-modules.client
{
background-image
:
url(
'
../../icons/x32/client.png
'
)
!important
;
}
.dashboard-modules.client
{
background-image
:
url(
"
../../icons/x32/client.png
"
)
!important
;
}
.dashboard-modules.mail
{
background-image
:
url(
'
../../icons/x32/email.png
'
)
!important
;
}
.dashboard-modules.mail
{
background-image
:
url(
"
../../icons/x32/email.png
"
)
!important
;
}
.dashboard-modules.monitor
{
background-image
:
url(
'
../../icons/x32/monitor.png
'
)
!important
;
}
.dashboard-modules.monitor
{
background-image
:
url(
"
../../icons/x32/monitor.png
"
)
!important
;
}
.dashboard-modules.dns
{
background-image
:
url(
'
../../icons/x32/dns.png
'
)
!important
;
}
.dashboard-modules.dns
{
background-image
:
url(
"
../../icons/x32/dns.png
"
)
!important
;
}
.dashboard-modules.tools
{
background-image
:
url(
'
../../icons/x32/tools.png
'
)
!important
;
}
.dashboard-modules.tools
{
background-image
:
url(
"
../../icons/x32/tools.png
"
)
!important
;
}
.dashboard-modules.help
{
background-image
:
url(
'
../../icons/x32/help.png
'
)
!important
;
}
.dashboard-modules.help
{
background-image
:
url(
"
../../icons/x32/help.png
"
)
!important
;
}
.dashboard-modules.domain
{
background-image
:
url(
'
../../icons/x32/domain.png
'
)
!important
;
}
.dashboard-modules.domain
{
background-image
:
url(
"
../../icons/x32/domain.png
"
)
!important
;
}
.dashboard-modules.sites
{
background-image
:
url(
'
../../icons/x32/sites.png
'
)
!important
;
}
.dashboard-modules.sites
{
background-image
:
url(
"
../../icons/x32/sites.png
"
)
!important
;
}
.dashboard-modules.billing
{
background-image
:
url(
'
../../icons/x32/calculator.png
'
)
!important
;
}
.dashboard-modules.billing
{
background-image
:
url(
"
../../icons/x32/calculator.png
"
)
!important
;
}
.panel_dashboard
h2
{
.panel_dashboard
h2
{
font-size
:
20px
;
font-size
:
20px
;
...
@@ -371,7 +371,7 @@
...
@@ -371,7 +371,7 @@
.iconstxt
span
{
padding-left
:
20px
;
}
.iconstxt
span
{
padding-left
:
20px
;
}
.iconstxt.icoPositive
{
background-image
:
url("../../icons/x16/tick_circle_frame.png")
;
}
.iconstxt.icoPositive
{
background-image
:
url("../../icons/x16/tick_circle_frame.png")
;
}
.iconstxt.icoNegative
{
background-image
:
url("../../icons/x16/cross_circle_frame.png")
;
}
.iconstxt.icoNegative
{
background-image
:
url("../../icons/x16/cross_circle_frame.png")
;
}
.iconstxt.icoAdd
{
background-image
:
url(../../icons/x16/plus_circle_frame.png)
;
}
.iconstxt.icoAdd
{
background-image
:
url(
"
../../icons/x16/plus_circle_frame.png
"
)
;
}
.iconstxt.icoKey
{
background-image
:
url("../../icons/x16/key.png")
;
}
.iconstxt.icoKey
{
background-image
:
url("../../icons/x16/key.png")
;
}
.iconstxt.icoDelete
{
background-image
:
url("../../icons/x16/minus_circle_frame.png")
;
}
.iconstxt.icoDelete
{
background-image
:
url("../../icons/x16/minus_circle_frame.png")
;
}
.iconstxt.icoDownload
{
background-image
:
url("../../icons/x16/arrow_270.png")
;
}
.iconstxt.icoDownload
{
background-image
:
url("../../icons/x16/arrow_270.png")
;
}
...
@@ -383,7 +383,7 @@
...
@@ -383,7 +383,7 @@
button
.icons16
{
height
:
20px
;
width
:
20px
;
padding
:
0
;
background-repeat
:
no-repeat
;
background-position
:
1px
1px
;}
button
.icons16
{
height
:
20px
;
width
:
20px
;
padding
:
0
;
background-repeat
:
no-repeat
;
background-position
:
1px
1px
;}
.icons16.icoDelete
{
background-image
:
url("../../icons/x16/minus_circle_frame.png")
;
}
.icons16.icoDelete
{
background-image
:
url("../../icons/x16/minus_circle_frame.png")
;
}
.icons16.icoFilter
{
background-image
:
url(../../icons/x16/funnel.png)
;
}
.icons16.icoFilter
{
background-image
:
url(
"
../../icons/x16/funnel.png
"
)
;
}
.icons16.icoEdit
{
background-image
:
url("../../icons/x16/wrench.png")
;
}
.icons16.icoEdit
{
background-image
:
url("../../icons/x16/wrench.png")
;
}
.icons16.icoDbAdmin
{
background-image
:
url("../../icons/x16/database.png")
;
}
.icons16.icoDbAdmin
{
background-image
:
url("../../icons/x16/database.png")
;
}
.icons16.icoLoginAs
{
background-image
:
url("../../icons/x16/user_go.png")
;
}
.icons16.icoLoginAs
{
background-image
:
url("../../icons/x16/user_go.png")
;
}
...
@@ -709,10 +709,10 @@
...
@@ -709,10 +709,10 @@
margin-right
:
10px
;
margin-right
:
10px
;
width
:
16px
;
width
:
16px
;
height
:
16px
;
height
:
16px
;
background
:
url(../../icons/x16/plus_circle_frame.png)
top
left
no-repeat
;
background
:
url(
"
../../icons/x16/plus_circle_frame.png
"
)
top
left
no-repeat
;
}
}
div
.subsectiontoggle
span
.showing
{
div
.subsectiontoggle
span
.showing
{
background
:
url(../../icons/x16/minus_circle_frame.png)
top
left
no-repeat
;
background
:
url(
"
../../icons/x16/minus_circle_frame.png
"
)
top
left
no-repeat
;
}
}
div
.subsectiontoggle
em
{
div
.subsectiontoggle
em
{
display
:
block
;
display
:
block
;
...
@@ -722,7 +722,7 @@
...
@@ -722,7 +722,7 @@
margin-bottom
:
-3px
;
margin-bottom
:
-3px
;
width
:
13px
;
width
:
13px
;
height
:
13px
;
height
:
13px
;
background
:
url(../../images/chevron.png)
top
left
no-repeat
;
background
:
url(
"
../../images/chevron.png
"
)
top
left
no-repeat
;
-webkit-transform
:
none
;
-webkit-transform
:
none
;
-moz-transform
:
none
;
-moz-transform
:
none
;
-khtml-transform
:
none
;
-khtml-transform
:
none
;
...
@@ -747,7 +747,7 @@
...
@@ -747,7 +747,7 @@
position
:
relative
;
position
:
relative
;
left
:
425px
;
left
:
425px
;
top
:
-13px
;
top
:
-13px
;
background
:
url(../../images/chevron.png)
top
left
no-repeat
;
background
:
url(
"
../../images/chevron.png
"
)
top
left
no-repeat
;
width
:
13px
;
width
:
13px
;
height
:
13px
;
height
:
13px
;
-webkit-transform
:
rotate
(
90deg
);
-webkit-transform
:
rotate
(
90deg
);
...
@@ -790,7 +790,7 @@
...
@@ -790,7 +790,7 @@
border-radius
:
5px
;
border-radius
:
5px
;
}
}
input
.gs-loading
{
input
.gs-loading
{
background-image
:
url(../../icons/x16/loading.gif)
;
background-image
:
url(
"
../../icons/x16/loading.gif
"
)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
right
;
background-position
:
center
right
;
}
}
...
@@ -912,7 +912,7 @@
...
@@ -912,7 +912,7 @@
div
.df-container
input
{
div
.df-container
input
{
}
}
input
.df-loading
{
input
.df-loading
{
background-image
:
url(../../icons/x16/loading.gif)
;
background-image
:
url(
"
../../icons/x16/loading.gif
"
)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
right
;
background-position
:
center
right
;
}
}
...
@@ -1035,7 +1035,7 @@
...
@@ -1035,7 +1035,7 @@
width
:
16px
;
width
:
16px
;
height
:
16px
;
height
:
16px
;
cursor
:
pointer
;
cursor
:
pointer
;
background
:
url(../../icons/x16/question_frame.png)
no-repeat
center
center
;
background
:
url(
"
../../icons/x16/question_frame.png
"
)
no-repeat
center
center
;
float
:
right
;
float
:
right
;
display
:
inline
;
display
:
inline
;
position
:
relative
;
position
:
relative
;
...
...
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