Skip to content

Commit ddbcdff

Browse files
author
xaver
committed
nowrap in list + fixes combobox + remove ugly round cornors + move additional css -> combobox looks more like ISPConfig
1 parent 9b419e3 commit ddbcdff

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

interface/web/themes/default/css/screen/content.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
table.full { width: 100%; }
176176
table.fixed { table-layout:fixed }
177177

178-
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;}
179-
th,td { padding: 0.5em;text-align:left; }
178+
table.list td{max-width:350px;min-width: 32px;white-space: nowrap;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;}
179+
th,td { padding: 0.5em;text-align:left;}
180180
thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
181181
tbody th { background: #ccc; color: #333 }
182182
tbody th.sub { background: #ddd; color: #333 }

interface/web/themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
*
5151
* http://docs.jquery.com/UI/Theming/API
5252
*
53-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
53+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=0px
5454
*/
5555

5656

@@ -280,14 +280,10 @@
280280
----------------------------------*/
281281

282282
/* Corner radius */
283-
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
284-
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
285-
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
286-
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
287283

288284
/* Overlays */
289285
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
290-
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
286+
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }/*
291287
* jQuery UI Autocomplete 1.8.16
292288
*
293289
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
@@ -296,7 +292,7 @@
296292
*
297293
* http://docs.jquery.com/UI/Autocomplete#theming
298294
*/
299-
.ui-autocomplete { position: absolute; cursor: default; }
295+
.ui-autocomplete { position: absolute; cursor: default; }
300296

301297
/* workarounds */
302298
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
@@ -352,8 +348,8 @@
352348
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
353349
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
354350
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
355-
.ui-button-icons-only { width: 3.4em; }
356-
button.ui-button-icons-only { width: 3.7em; }
351+
.ui-button-icons-only { width: 3.4em; }
352+
button.ui-button-icons-only { width: 3.7em; }
357353

358354
/*button text element */
359355
.ui-button .ui-button-text { display: block; line-height: 1.4; }
@@ -399,7 +395,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
399395
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
400396
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
401397
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
402-
.ui-datepicker select.ui-datepicker-month,
398+
.ui-datepicker select.ui-datepicker-month,
403399
.ui-datepicker select.ui-datepicker-year { width: 49%;}
404400
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
405401
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }

interface/web/themes/default_combobox/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
77
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
88
<link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
9-
<link href="themes/default_combobox/css/additional.css" rel="stylesheet" type="text/css"/>
109
<!--[if lte IE 7]>
1110
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
1211
<![endif]-->
@@ -56,6 +55,7 @@
5655
<![endif]-->
5756
<link href="themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
5857
<link href="themes/default/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
58+
<link href="themes/default_combobox/css/additional.css" rel="stylesheet" type="text/css"/>
5959
<link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
6060
<script type="text/javascript" src="js/jquery-1.6.3.min.js"></script>
6161
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>

0 commit comments

Comments
 (0)