diff --git a/js/app/views/PlotComponents/PlotStandardForm.js b/js/app/views/PlotComponents/PlotStandardForm.js index 5818ff8..cf6b7fa 100644 --- a/js/app/views/PlotComponents/PlotStandardForm.js +++ b/js/app/views/PlotComponents/PlotStandardForm.js @@ -160,6 +160,7 @@ Ext.define('amdaPlotComp.PlotStandardForm', { addStandardFieldSet: function(title, checkboxName, items, onChangeCheck) { return { xtype: 'fieldset', + cls : 'child-fieldset', title: title, collapsible: true, collapsed: true, diff --git a/js/resources/css/FisheyeMenu.css b/js/resources/css/FisheyeMenu.css deleted file mode 100644 index 8a73b34..0000000 --- a/js/resources/css/FisheyeMenu.css +++ /dev/null @@ -1,62 +0,0 @@ -/* styles for CSS Reset */ -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;} - -/* styles for examples */ -body { - background-color: #DFE8F6; -} - -#fisheye-menu { - text-align: center; -} - -/* styles for FisheyeMenu */ -.ux-fisheye-menu-container { - position: absolute; - height: 60px; -} - -a.ux-fisheye-menu-item { - display: block; - font: bold 12px Arial, Helvetica, sans-serif; - width: 40px; - color: #000; - position: absolute; - text-align: center; - text-decoration: none; - border: none; -} - -a.ux-fisheye-menu-item span { - margin-bottom: 5px; - border: none; - color: #FFF; - display: none; - text-align: center; - text-decoration: none; -} - -a.ux-fisheye-menu-item img { - border: none; - margin-right: 10px; - width: 100%; - text-decoration: none; -} - -.menu-wrap-top { - position: relative; -} -.menu-wrap-bottom { - position: absolute; - width: 100%; - bottom: 35px; -} - -.menu-align-top { - top: 0; - bottom: auto; -} -.menu-align-bottom { - bottom: 0; - top: auto; -} \ No newline at end of file diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css index c5dbd87..62dd854 100644 --- a/js/resources/css/amda.css +++ b/js/resources/css/amda.css @@ -2,15 +2,18 @@ /* Safari 11 fieldset collapse/expose bug */ .x-fieldset { - overflow : visible; + overflow : visible !important; } - + +.child-fieldset { + background-color: #f8f6ee; +} + .window-active .x-window-header { - background-color:#6c0985; + background-color: #6c0985; } .window-active .x-window-header-text { -/* color: #08d5c9; */ color: #cafdff; } diff --git a/js/resources/css/styles.css b/js/resources/css/styles.css deleted file mode 100755 index b78ce9e..0000000 --- a/js/resources/css/styles.css +++ /dev/null @@ -1,206 +0,0 @@ -/* -Design by Metamorphosis Design -http://www.metamorphozis.com -Released for free under a Creative Commons Attribution 2.5 License -*/ - -* -{ -margin: 0px; -padding: 0px; -} - -a:link { - color: #A5A9B2; -} - -a:hover { - text-decoration: none; - color: #FF0000; -} - -a:visited { - color: #A5A9B2; -} - -body { - - background: url(../images/ciel10.jpg) ; - font: 13px Arial, Helvetica, sans-serif; - color: #555555; - margin-top: 20px; -} - -#content -{ - width: 738px; - margin: 0px auto; -} - -#main -{ -width: 710px; -height: 320px; -padding: 10px; -padding-top: 20px; -/*background: #ffffff; */ -background: #F6F3E7; -} - -#main2 -{ -width: 710px; -height: 830px; -padding: 10px; -padding-top: 20px; -/*background: #ffffff; */ -background: #F6F3E7; -} - -#back -{ -width: 738px; -} - -#right -{ - width: 215px; - float: right; -} - -#right H3 -{ -width: 160px; -height: 29px; -font-size: 14px; -font-weight: bold; -padding-left: 0px; -padding-top: 10px; -text-transform: uppercase; -text-decoration: underline; -color: #555555; -text-align: center; -/*background: url(../images/test.png) no-repeat; */ -} - -#right H4 -{ - margin: 0; - padding: 0px; - font-size: 12px; - color:#555555; -} - -#right ul { - list-style: none; - margin-bottom: 10px; - padding-top: 10px; -} - -#right li { - padding: 4px; - padding-left: 20px; - padding-right: 20px; - -} - - -#right a { - color: #6495ED; -} - -#right a:hover { - color: #ff0000; -} - -#right p -{ -font-size: 10px; -padding-left: 10px; -} - - -#left -{ -width: 450px; -margin-left: 20px; -} - -#left H4 -{ - margin: 0; - padding: 0px; - font-size: 12px; - color:#555555; -} - -#left a -{ -color: #6495ED; -text-decoration: none; -} - -#left a:hover -{ -color: #FF0000; -text-decoration: none; -} - -#left p { - margin: 5px; - padding: 0; -} - -#left h2 { - margin: 0; - padding: 0; - padding-top: 0px; - color: #555555; -} - -#left ol, #left ul -{ -margin-left: 30px; -} - -.date { - text-align: left; - color: #555555; - font-size: 10px; - -} - -.date a { - color: #6495ED; - -} - - -#footer { - height: 50px; - clear: both; - padding-top: 1px; -} - -#footer p { - margin: 0; - font-size: 10px; - text-align: center; - color: #666666; -} - -#footer a { - color: #666666; -} - -#left .news { - - font-size: 13px; - color: #003366; -} - -#left .warning { - - font-size: 13px; - color: #880000; -} diff --git a/js/resources/css/styles2.css b/js/resources/css/styles2.css deleted file mode 100755 index b6effb8..0000000 --- a/js/resources/css/styles2.css +++ /dev/null @@ -1,34 +0,0 @@ -/* -Design by Metamorphosis Design -http://www.metamorphozis.com -Released for free under a Creative Commons Attribution 2.5 License -*/ - -* -{ -margin: 0px; -padding: 0px; -} - -body { - - background: url(../images/ciel10.jpg) ; - font: 13px Arial, Helvetica, sans-serif; - color: #555555; - margin-top: 20px; -} - -#content -{ - width: 1438px; - margin: 0px auto; -} - -#main -{ -width: 1410px; -padding: 10px; -padding-top: 20px; -/*background: #ffffff; */ -background: #F6F3E7; -} -- libgit2 0.21.2