Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lolo888
ISPConfig 3
Commits
ee0bc768
Commit
ee0bc768
authored
Jun 06, 2012
by
Falko Timme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Changed configuration and look of Tipsy tooltips.
parent
3f9a8e78
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
interface/web/themes/default/css/screen/content_ispc.css
interface/web/themes/default/css/screen/content_ispc.css
+1
-1
interface/web/themes/default/css/screen/tipsy.css
interface/web/themes/default/css/screen/tipsy.css
+2
-2
interface/web/themes/default/templates/main.tpl.htm
interface/web/themes/default/templates/main.tpl.htm
+1
-1
interface/web/themes/default_64_navimg/templates/main.tpl.htm
...rface/web/themes/default_64_navimg/templates/main.tpl.htm
+1
-1
interface/web/themes/default_combobox/templates/main.tpl.htm
interface/web/themes/default_combobox/templates/main.tpl.htm
+1
-1
interface/web/themes/default_no_navimg/templates/main.tpl.htm
...rface/web/themes/default_no_navimg/templates/main.tpl.htm
+1
-1
No files found.
interface/web/themes/default/css/screen/content_ispc.css
View file @
ee0bc768
...
...
@@ -1268,7 +1268,7 @@
background
:
url(../../icons/x16/question_frame.png)
no-repeat
center
center
;
float
:
right
;
display
:
inline
;
position
:
absolut
e
;
position
:
relativ
e
;
right
:
-2px
;
top
:
-2px
;
}
...
...
interface/web/themes/default/css/screen/tipsy.css
View file @
ee0bc768
.tipsy
{
font-size
:
10px
;
position
:
absolute
;
padding
:
5px
;
z-index
:
100000
;
}
.tipsy-inner
{
background-color
:
#000
;
color
:
#FFF
;
max-width
:
200px
;
padding
:
5px
8px
4px
8px
;
text-align
:
center
;
}
.tipsy-inner
{
background-color
:
#000
;
color
:
#FFF
;
max-width
:
350px
;
padding
:
5px
8px
4px
8px
;
text-align
:
left
;
}
/* Rounded corners */
.tipsy-inner
{
border-radius
:
3px
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3
px
;
}
.tipsy-inner
{
border-radius
:
5px
;
-moz-border-radius
:
5px
;
-webkit-border-radius
:
5
px
;
}
/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
...
...
interface/web/themes/default/templates/main.tpl.htm
View file @
ee0bc768
...
...
@@ -92,7 +92,7 @@
searchFieldWatermark
:
'
<tmpl_var name="globalsearch_searchfield_watermark_txt">
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
sw
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
ne
'
,
html
:
true
});
});
...
...
interface/web/themes/default_64_navimg/templates/main.tpl.htm
View file @
ee0bc768
...
...
@@ -93,7 +93,7 @@
searchFieldWatermark
:
'
<tmpl_var name="globalsearch_searchfield_watermark_txt">
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
sw
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
ne
'
,
html
:
true
});
});
jQuery
(
document
).
bind
(
"
change
"
,
function
(
event
)
{
...
...
interface/web/themes/default_combobox/templates/main.tpl.htm
View file @
ee0bc768
...
...
@@ -94,7 +94,7 @@
searchFieldWatermark
:
'
<tmpl_var name="globalsearch_searchfield_watermark_txt">
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
sw
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
ne
'
,
html
:
true
});
});
jQuery
(
document
).
bind
(
"
change
"
,
function
(
event
)
{
...
...
interface/web/themes/default_no_navimg/templates/main.tpl.htm
View file @
ee0bc768
...
...
@@ -93,7 +93,7 @@
searchFieldWatermark
:
'
<tmpl_var name="globalsearch_searchfield_watermark_txt">
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
sw
'
});
jQuery
(
'
.ttip
'
).
tipsy
({
live
:
true
,
gravity
:
'
ne
'
,
html
:
true
});
});
jQuery
(
document
).
bind
(
"
change
"
,
function
(
event
)
{
...
...
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