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
ef597cd8
Commit
ef597cd8
authored
Mar 19, 2012
by
xaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cut long text in lists with css and show ... + fix for combobox icon position if no space
parent
44cee2bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
interface/web/themes/default/css/screen/content.css
interface/web/themes/default/css/screen/content.css
+2
-1
interface/web/themes/default_combobox/css/additional.css
interface/web/themes/default_combobox/css/additional.css
+1
-1
No files found.
interface/web/themes/default/css/screen/content.css
View file @
ef597cd8
...
...
@@ -174,7 +174,8 @@
table
{
width
:
auto
;
border-collapse
:
collapse
;
margin-bottom
:
0.5em
;
}
table
.full
{
width
:
100%
;
}
table
.fixed
{
table-layout
:
fixed
}
table
.list
td
{
max-width
:
350px
;
min-width
:
px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
-icab-text-overflow
:
ellipsis
;
-khtml-text-overflow
:
ellipsis
;
-moz-text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;}
th
,
td
{
padding
:
0.5em
;
text-align
:
left
;
}
thead
th
{
background
:
#444
url(../../images/lists_thead_bg.png)
repeat-x
;
color
:
#fff
}
tbody
th
{
background
:
#ccc
;
color
:
#333
}
...
...
interface/web/themes/default_combobox/css/additional.css
View file @
ef597cd8
table
.list
td
{
min-width
:
32px
}
.list
.ui-widget
{
position
:
absolute
}
/*
* jQuery UI CSS Framework 1.8.16
...
...
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