From cd364fba4c45f80cfd326f786c3d4901b2d464c2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 20 Sep 2011 10:58:52 +0200 Subject: updated jquery-ui --- site-media/css/base/jquery-ui.css | 32 ++++++++-------- site-media/css/coip-style.css | 79 +++++++++++++++++++++++++++++++++++++++ site-media/css/style.css | 75 ------------------------------------- 3 files changed, 95 insertions(+), 91 deletions(-) create mode 100644 site-media/css/coip-style.css delete mode 100644 site-media/css/style.css (limited to 'site-media/css') diff --git a/site-media/css/base/jquery-ui.css b/site-media/css/base/jquery-ui.css index ccc2634..05df480 100644 --- a/site-media/css/base/jquery-ui.css +++ b/site-media/css/base/jquery-ui.css @@ -1,5 +1,5 @@ /* - * jQuery UI CSS Framework @VERSION + * jQuery UI CSS Framework 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -40,7 +40,7 @@ /* Overlays */ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* - * jQuery UI Accordion @VERSION + * jQuery UI Accordion 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -58,7 +58,7 @@ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } .ui-accordion .ui-accordion-content-active { display: block; } /* - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -71,7 +71,7 @@ /* workarounds */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ /* - * jQuery UI Button @VERSION + * jQuery UI Button 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -109,7 +109,7 @@ input.ui-button { padding: .4em 1em; } /* workarounds */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ /* - * jQuery UI Datepicker @VERSION + * jQuery UI Datepicker 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -176,7 +176,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad width: 200px; /*must have*/ height: 200px; /*must have*/ }/* - * jQuery UI Dialog @VERSION + * jQuery UI Dialog 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -197,7 +197,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } /* - * jQuery UI Menu @VERSION + * jQuery UI Menu 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -224,7 +224,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad /* right-aligned */ .ui-menu .ui-menu-icon { position: static; float: right; } /* - * jQuery UI Menubar @VERSION + * jQuery UI Menubar 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -239,7 +239,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-menubar .ui-menu { width: 200px; position: absolute; z-index: 9999; } /* - * jQuery UI Progressbar @VERSION + * jQuery UI Progressbar 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -249,7 +249,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad */ .ui-progressbar { height:2em; text-align: left; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -268,7 +268,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* - * jQuery UI Selectable @VERSION + * jQuery UI Selectable 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -278,7 +278,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad */ .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } /* - * jQuery UI Slider @VERSION + * jQuery UI Slider 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -301,7 +301,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; }/* - * jQuery UI Spinner @VERSION + * jQuery UI Spinner 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -324,7 +324,7 @@ span.ui-spinner { background: none; } background-position:-65px -16px; } /* - * jQuery UI Tabs @VERSION + * jQuery UI Tabs 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -341,7 +341,7 @@ span.ui-spinner { background: none; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } /* - * jQuery UI Tooltip @VERSION + * jQuery UI Tooltip 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -364,7 +364,7 @@ span.ui-spinner { background: none; } } body .ui-tooltip { border-width:2px; } /* - * jQuery UI CSS Framework @VERSION + * jQuery UI CSS Framework 1.9pre * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. diff --git a/site-media/css/coip-style.css b/site-media/css/coip-style.css new file mode 100644 index 0000000..a8a7cd8 --- /dev/null +++ b/site-media/css/coip-style.css @@ -0,0 +1,79 @@ +html,body { font-size: 80%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 100%; margin:0; padding:0;} +body { min-width: 800px; width: 100%; } +#container { position: relative; height:auto !important; height: 100%; min-height: 80%; margin-left: 0px; margin-top: 0; padding-bottom: 90px;} +.centered { margin-right: auto; margin-left: auto; width: 800px; } +#footer { width: 100%; position: absolute; bottom: 0; padding-bottom: 20px; background-color: #CECECE; } +ul.list-of-lists { list-style: none; padding: 0; margin: 0; margin: 0; padding: 0; padding-bottom: 30px; } +ul.list-of-lists li { display: inline; } +ul.list-of-lists li ul { float: left; padding-right: 50px; } +ul.list-of-lists li ul li { display: block; } +#header { width: 100%; padding-top: 5px; padding-bottom: 5px; background-color: #CECECE; margin-bottom: 10px;} +#welcome { font-size: 150%; margin-top: 100px;} +#topmenubar { padding-right: 50px; } +#appname { padding: 0px 50px;} +.tabs { margin-top: 5px; } +.tabs div { min-height: 280px; vertical-align: top; } +#appname h1 { font-size: 230%; font-weight: bold; margin: 0 0;} +#headline{ font-size: 300%; margin-bottom: 20px;} +#content{ padding-bottom: 50px; margin-left: 20px; min-width: 600px; width: 90%; } +#modal-dialog { font-size: 110%; } +#modal-dialog input.text textarea { margin-bottom:12px; width:95%; padding: .4em; } +#modal-dialog fieldset { padding:0; border:0; margin-top:25px; } + +h3.listheader { padding-left: 20px; } + +ul.ilist { list-style: none inside; margin: 0; padding 0; padding-left: 0px} +.ilist li { display: inline-block; margin: 0; padding 0; } + +ul.rlist { list-style: none inside; padding: 0; margin: 0; padding-left: 0px} +.rlist li { float: right; display: inline; padding: 0; margin: 0; } + +ul.clist { list-style: none; padding: 0; margin: 0;} +.clist li { display: list-item; padding: 0; margin: 0;} + +.nlist ul { list-style: none; } +.nlist li { display: list-item; list-style: none; } +.square li { list-style: none inside none; } + +.clear { clear: both; } +.code{font: 110% "Courier", fixed} + +div .hidden {visibility:hidden;} +form .fieldset ul,ol { list-style: none inside; padding: 0; margin: 0; } +form .fieldset legend { font-size: 120%; font-weight: bold; } +form .fieldset { } +form .fieldset input[type=text] { height: 25px; } +form .fieldset label { font-weight: bold; } +form .fieldset legend { border-bottom: 1px solid #CECECE; } +ul.fieldinput { list-style: none inside; padding: 0; margin: 0; } +.fieldinput li { padding: 0; margin: 0; display: inline; float: left; } +ul.inputs { list-style: none inside; padding: 0; margin: 0; } +.inputs li { padding: 0; margin: 0; margin-top: 10px;} +.infopanel { padding: 1em 2.2em; } +.error { padding: 5px; } +ul.links { list-style: none inside; padding: 0; margin: 0; } +li.links { padding: 0; margin: 0; } +#form .ui-widget ul { list-style: none inside; padding: 0; margin: 0; } +#form .ui-widget li { float: right; border-right: 1px solid #CECECE; padding-right: 5px; margin: 0; vertical-align: middle;} +.ui-icon { display: inline-block !important; } +.minipanel { padding-top: 5px; padding-bottom: 5px; padding-left: 6px; padding-right: 6px; } +.right { float: right; } +.left { float: left; } +a, a:hover, a:visited { + color: #E37424; +} +h1, h1 a { + color: #E37424; + font-size: 220%; +} +h2, h2 a { + color: #E37424; + font-size: 150% +} + +#left, #main { vertical-align: top; display: inline-block; } +#left { width: 250px; padding-right: 20px;} +#main { width: 60%; } + +.entity { background-color: yellow; } +.sshkey,.gridcert { background-color: #CECECE; } diff --git a/site-media/css/style.css b/site-media/css/style.css deleted file mode 100644 index 4b1bdcb..0000000 --- a/site-media/css/style.css +++ /dev/null @@ -1,75 +0,0 @@ -html,body { font-size: 80%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 100%; margin:0; padding:0;} -body { min-width: 800px; width: 100%; } -#container { position: relative; height:auto !important; height: 100%; min-height: 80%; margin-left: 0px; margin-top: 0; padding-bottom: 90px;} -.centered { margin-right: auto; margin-left: auto; width: 800px; } -#footer { width: 100%; position: absolute; bottom: 0; padding-bottom: 20px; background-color: #CECECE; } -ul.list-of-lists { list-style: none; padding: 0; margin: 0; margin: 0; padding: 0; padding-bottom: 30px; } -ul.list-of-lists li { display: inline; } -ul.list-of-lists li ul { float: left; padding-right: 50px; } -ul.list-of-lists li ul li { display: block; } -#header { width: 100%; padding-top: 5px; padding-bottom: 5px; background-color: #CECECE; margin-bottom: 10px;} -#welcome { font-size: 150%; margin-top: 100px;} -#topmenubar { padding-right: 50px; } -#appname { padding: 0px 50px;} -.tabs { margin-top: 5px; } -.tabs div { min-height: 280px; vertical-align: top; } -#appname h1 { font-size: 230%; font-weight: bold; margin: 0 0;} -#headline{ font-size: 300%; margin-bottom: 20px;} -#content{ padding-bottom: 50px; margin-left: 20px; min-width: 600px; width: 90%; } -#modal-dialog { font-size: 110%; } -#modal-dialog input.text textarea { margin-bottom:12px; width:95%; padding: .4em; } -#modal-dialog fieldset { padding:0; border:0; margin-top:25px; } - -h3.listheader { padding-left: 20px; } - -ul.ilist { list-style: none inside; margin: 0; padding 0; padding-left: 0px} -.ilist li { display: inline-block; margin: 0; padding 0; } - -ul.rlist { list-style: none inside; padding: 0; margin: 0; padding-left: 0px} -.rlist li { float: right; display: inline; padding: 0; margin: 0; } - -ul.clist { list-style: none; padding: 0; margin: 0;} -.clist li { display: list-item; padding: 0; margin: 0;} - -.nlist ul { list-style: none; } -.nlist li { display: list-item; list-style: none; } -.square li { list-style: none inside none; } - -.clear { clear: both; } -.code{font: 110% "Courier", fixed} - -div .hidden {visibility:hidden;} -form .fieldset ul,ol { list-style: none inside; padding: 0; margin: 0; } -form .fieldset legend { font-size: 120%; font-weight: bold; } -form .fieldset { } -form .fieldset input[type=text] { height: 25px; } -form .fieldset label { font-weight: bold; } -ul.fieldinput { list-style: none inside; padding: 0; margin: 0; } -.fieldinput li { padding: 0; margin: 0; display: inline; float: left; } -ul.inputs { list-style: none inside; padding: 0; margin: 0; } -.inputs li { padding: 0; margin: 0; margin-top: 10px;} -.infopanel { padding: 1em 2.2em; } -.error { padding: 5px; } -ul.links { list-style: none inside; padding: 0; margin: 0; } -li.links { padding: 0; margin: 0; } -#form .ui-widget ul { list-style: none inside; padding: 0; margin: 0; } -#form .ui-widget li { float: right; border-right: 1px solid #CECECE; padding-right: 5px; margin: 0; vertical-align: middle;} -.ui-icon { display: inline-block !important; } -.minipanel { padding-top: 5px; padding-bottom: 5px; padding-left: 6px; padding-right: 6px; } -.right { float: right; } -.left { float: left; } -a, a:hover, a:visited { - color: #E37424; -} -h1, h1 a { - color: #E37424; - font-size: 220%; -} -h2, h2 a { - color: #E37424; - font-size: 150% -} - -#left, #main { vertical-align: top; display: inline-block; } -#left { width: 250px; padding-right: 20px;} -#main { width: 60%; } -- cgit v1.1