From: <gem...@li...> - 2011-09-20 10:22:02
|
Revision: 42 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=42&view=rev Author: mennodekker Date: 2011-09-20 10:21:56 +0000 (Tue, 20 Sep 2011) Log Message: ----------- Updated css to reflect changes made to tableelement (note: color changed from blue to red) Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2011-09-20 10:21:15 UTC (rev 41) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2011-09-20 10:21:56 UTC (rev 42) @@ -143,6 +143,7 @@ border: 1px solid; } +.tblSpecial, .zend_echo, .errors, .ui-tabs-nav-item.taberror span { Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-09-20 10:21:15 UTC (rev 41) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-09-20 10:21:56 UTC (rev 42) @@ -90,6 +90,7 @@ } /* #FFFF00 */ +.tblSpecial, .errors, .ui-tabs-nav-item.taberror span { color: #DD0000; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2011-10-11 16:00:57
|
Revision: 90 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=90&view=rev Author: matijsdejong Date: 2011-10-11 16:00:46 +0000 (Tue, 11 Oct 2011) Log Message: ----------- Added display setting for readonly inputs. Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2011-10-11 15:59:49 UTC (rev 89) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2011-10-11 16:00:46 UTC (rev 90) @@ -131,6 +131,10 @@ background: #EBEBE4; } +input[readonly] { + background: #EBEBE4; +} + div, img, li, p, ul { margin: 0; padding: 0; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-10-11 15:59:49 UTC (rev 89) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-10-11 16:00:46 UTC (rev 90) @@ -80,6 +80,10 @@ background: #EBEBE4; } +input[readonly] { + background: #EBEBE4; +} + div, img, li, p, ul { margin: 0; padding: 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-23 13:33:43
|
Revision: 869 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=869&view=rev Author: matijsdejong Date: 2012-07-23 13:33:32 +0000 (Mon, 23 Jul 2012) Log Message: ----------- Made fluid layout default for new project (restored fixed thoug) Added Paths: ----------- trunk/new_project/htdocs/gems/css/gems-fixed.css trunk/new_project/htdocs/gems/css/gems-fluid.css Copied: trunk/new_project/htdocs/gems/css/gems-fixed.css (from rev 867, trunk/new_project/htdocs/gems/css/gems-fixed.css) =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fixed.css (rev 0) +++ trunk/new_project/htdocs/gems/css/gems-fixed.css 2012-07-23 13:33:32 UTC (rev 869) @@ -0,0 +1,30 @@ +/* Fluid width css */ + +/* Load common css */ +@import url('gems-new.css'); + +/* General styles */ +#all { + margin:0 auto; + padding:0; + border:0; /* This removes the border around the viewport in old versions of IE */ + width:1012px; + overflow: hidden; +} + +/* fixed with for header/footer */ +#header, +#header_bar, +#footer { + clear: both; + width: 1012px; +} + +#main { + width: 842px; + overflow-x: auto; +} + +table.browser, table.timeTable { + width: 830px; /* otherwise no shadow on the right visible */ +} \ No newline at end of file Property changes on: trunk/new_project/htdocs/gems/css/gems-fixed.css ___________________________________________________________________ Added: svn:mergeinfo + /branches/1.5.0-pulse/new_project/htdocs/gems/css/gems-fixed.css:306-430,467 /branches/1.5.x/new_project/htdocs/gems/css/gems-fixed.css:426-455,458-472,475-481 /tags/1.5.0beta1/new_project/htdocs/gems/css/gems-fixed.css:305 /tags/1.5.1/new_project/htdocs/gems/css/gems-fixed.css:485,489,509-510 /tags/1.5.3-rc2/new_project/htdocs/gems/css/gems-fixed.css:612,614,616,618 Added: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css (rev 0) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2012-07-23 13:33:32 UTC (rev 869) @@ -0,0 +1,686 @@ +/* Fluid width css */ + +/* General styles */ +#all { + margin:0; + padding:0; + border:0; /* This removes the border around the viewport in old versions of IE */ + width:100%; + min-width:600px; /* Minimum width of layout - remove line if not required */ + /* The min-width property does not work in old versions of Internet Explorer */ +} + +#header, #footer, #header_bar, .zend_echo { + clear: both; + float: left; + width: 100%; +} + +#main { + width: 81%; +} + +#main, #menu { + margin: 0.5em 0.5%; /* margin margin margin margin + menu_abs_width */ +} + +#menu { + margin-top: 1em; + width: 16%; +} + +table.browser, table.timeTable { + width: 99%; /* to show shadows, 1% off */ +} + +/* Adapted common css: should move to one file */ + + + +/* Links */ +a { + text-decoration: none; +} + +.actionlink { + white-space: nowrap; +} + +a.actionlink { + font-style: normal; + text-decoration: none; +} + +a.actionlink + a.actionlink, +a.actionlink + span.actionlink, +span.actionlink + a.actionlink, +span.actionlink + span.actionlink { + margin-left: 1em; +} + +span.actionlink { + font-style: italic; +} + +a:hover { + text-decoration: underline; +} + +a[href^="mailto:"] { + background: transparent url(../images/mail.png) no-repeat scroll right center; + padding-right: 20px; +} + +a:hover[href^="mailto:"] { + text-decoration: underline !important; +} + +a.globe { + background: transparent url(../images/globe.png) no-repeat scroll right center; + padding-right: 20px; +} + +a.pdf { + background: transparent url(../images/pdf_small.gif) no-repeat scroll right center; + padding-right: 20px !important; +} + +body { + margin: 0; + padding: 0; +} + +button.ui-datepicker-trigger { + margin: 0 0.25em 0 0.25em; + padding: 0; + vertical-align: middle; +} + +.centerAlign { + text-align: center; +} + +.currentRow { + background-color: aqua; + border: 3px solid darkblue !important; +} + +.deleted { + color: #888888; + font-style: italic; + text-decoration: line-through; /* Bug in Firefox: line-through remains on for descending inline elements */ +} + +.icon { + float: right; + padding-right: 4px; +} + +input[disabled], .disabled { + color: #737373; + font-style: italic; +} + +input[disabled] { + color: #000000; + background: #EBEBE4; +} + +input[readonly] { + background: #EBEBE4; +} + +div, img, li, p, ul { + margin: 0; + padding: 0; +} + +div.buttons { + margin: 0.5em 0; +} + +.zend_echo, .errors { + background: #FAF8CC; + margin: 2px; + padding: 0.25em 0.5em; + border: 1px solid; +} + +.tableSpecial, +.zend_echo, +.errors, +.ui-tabs-nav-item.taberror span { + color: #DD0000; + font-weight: bold; +} + +.errors { + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + display: inline-block; +} + +dd .errors { + display: block; +} + +ul.errors { + padding-left: 1.5em; + padding-right: 0.5em; +} + +/* Header/footer styles */ +#footer { + margin-bottom: 10px; +} + +#footer div, #header_bar div, #header_bar span { + padding: 1px 3px 2px 3px; +} + +.fullwidth > div { + margin: 0px 5px; /* provide a little 'air' on full-width */ +} + +h1, h2, h3 { + margin: 0.5em 0 0.25em 0; + padding: 0; +} + +h4 { + margin: 0.125em 0; + padding: 0; +} + +#header_bar { + padding: 0px; +} + +#header_bar #contact .dropdownContent { + display: none; +} + +#header_bar #contact:hover .dropdownContent { + display: block; + float: right; + left: -120%; + line-height: 110%; + list-style-type: none; + position: absolute; + text-align: right; + width: 200%; +} + +#header_bar #contact .dropdownContent a { + display: inline-block; + width: 100%; +} + +#header h1 { + margin-top: 0; +} + +#header_bar #organizations { + float:left; + height: 1.7em; + padding-top: 2px; + overflow: hidden; +} + +#header_bar #organizations input, #header_bar #organizations select { margin: 1px; padding: 0px; font-size: 100%;} + +#login .logout { + margin-left: 0.5em; +} + +img { + border: 0 solid transparent; +} + +.indent { + margin-left: 4em; + margin-right: 4em; +} + +.indentLeft { + padding-left: 3em; +} + +input.token_copy { + background-color: #EEEEEE; +} + +label.required { + font-weight: bold; +} + +.leftFloat { + float: left; + margin-right: 0.4em; +} + +.logFile { + border: 2px solid #888888; + /* border-right: 0px transparent; */ + padding: 1px 0 1px 3px; + height: 500px; + overflow: auto; + width: 99%; +} + +.mailpreview { + background-color: #FEFEFE; + border: 3px groove #888888; + margin: 2px 1px; + padding: 2px 0.5em; +} + +#main { + float: right; + /* *padding + *overflow to use only in IE 6 */ + *overflow-x: auto; + *padding-bottom: 25px; +} + +#main_full_width { + background: transparent; + margin-bottom: 10px; + padding: 10px 5px 0 5px; +} + +#main form dd { + display: inline-block; + *display: inline; + margin: 0 10px; +} + +#main form dt { + margin: 0; +} + +#main form dt label { + clear: left; + float: left; + margin: 0 0.25em 0 0; +} + +#main ul { + margin-bottom: 0.75em; + margin-top: 0.75em; +} + +#main #tabContainer ul { + margin-bottom: 0em; + margin-top: 0em; +} + +#main .tooldock .toolbox ul { + margin-bottom: 0; + margin-top: 0; +} + +#menu { + float: left; + padding: 0 0 10px 10px; + word-wrap: break-word; /* IE only feature */ +} + +#menu .navigation { + margin-left: 10px; +} + +#menu .navigation .active { + font-weight: bold; +} + +#menu ul { + margin-bottom: 0; +} + +#menu ul li ul { + margin: 0 0 0.25em 1em; +} + +#menu ul li a { + display: block; + *height: 1%; /* IE 6 Fix */ + margin: 0; + padding: 0; + *width: 115px; /* IE 6 Fix */ +} + +#menu ul li a.breakBefore { + border-top: 1px dotted; + margin: 3px 4px 0 0; + padding: 2px 0 0 0; +} + +#menu ul li a.noParameters { + font-style: italic; +} + +#menu .navigation .active ul li { + font-weight: normal; +} + +#menu .navigation .active ul li.active { + font-weight: bold; +} + +.middleAlign { + vertical-align: middle; +} + +p.description { + display: inline; + font-size: 0.75em; + padding: 2px 6px; +} + +p.info { + margin: 0.75em 0; +} + +.periodSlider { + margin: 0.5em; +} + +.print-only { display: none; } + +.rightAlign { + text-align: right; +} + +.rightFloat { + float: right; + margin-left: 0.4em; +} + +.search { + line-height: 250%; + margin: 0.5em 0; +} + +.search input { + margin: 0 0.2em; +} + +.search .inputgroup { + border: 2px solid; + border-bottom-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + clear: both; + float: left; + line-height: 125%; + margin: 0 auto 0.25em 0; + padding: 0.25em 0.5em 0.25em; +} + +.search select { + width: 16em; +} + +.search select.minimal { + width: auto; +} + +select { + max-width: 48em; +} + +select option[value=''], select[value=''] { + color: #737373; + font-style: italic; +} + +.separator { + color: grey; + font-weight: normal; +} + +.smallTime { + font-size: 80%; + font-style: italic; +} + +.sortAsc, .sortAscSelected, .sortDescSelected { + line-height: 1.3em; + padding-bottom: 7px; +} + +.sortAsc:hover, .sortAscSelected, .sortDescSelected:hover { + background: transparent url(../images/sort_asc.png) no-repeat scroll center bottom; +} + +a.sortAscSelected:hover, a.sortDescSelected { + background: transparent url(../images/sort_desc.png) no-repeat scroll center bottom; +} + +span.thetooltip { + display: none; +} + +.sponsoring { + font-size: 80%; + margin: 5em auto 0 auto; + padding: 2px; + text-align: center; +} + +table, td, th { + empty-cells: show; + margin: 0; + overflow: visible; + padding: 0; +} + +table.displayer, table.browser, table.timeTable { + border-collapse: collapse; + border-spacing: 0; + clear: both; + margin: 0 0 0.5em 0; +} + +table.formTable td.label { + padding-top: 4px; + vertical-align: top; +} + +table.formTable td[colspan="2"].label { + text-align: left; +} + +table tr[onclick]:hover, +table td[onclick]:hover, +table th[onclick]:hover { + cursor: pointer; +} + +table .question { + text-indent: -1em; + padding-left: 1em; +} + +table .question_sub { + padding-left: 1em; +} + +table td, table th { + padding: 2px 4px; + vertical-align: top; +} + +table td.selectedColumn, table th.selectedColumn { + border-left: 2px solid; + border-right: 2px solid; +} + +table tfoot td.selectedColumn, table tfoot th.selectedColumn { + border-bottom: 2px solid; +} + +table td.date, table td.token { + white-space: pre; + /* width: 7em; */ +} + +table td.timeResult, table th.timeResult { + width: 5em; +} + +table th { + text-align: left; +} + +table tr.selectedRow td.selectedColumn { + border-bottom: 2px solid; + font-weight: bold; +} + +table tr.selectedRow td.selectedColumn, table thead th.selectedColumn { + border-top: 2px solid; +} + +table.timeTable th a, table.timeTable td a { + color: inherit; +} + +.tab-displaygroup { + float: left; + margin-right: 5px; + /* optionally set a fixed with here for aligning */ +} + +.tab-displaygroup label { + display: inline-block; /* otherwise with won't be applied */ + width: 5em; +} + +.tab-displaygroup input, +.tab-displaygroup select +{ + /* Set a default with so things will align */ + max-width: 6em; +} + +.tabrow { + margin: 0.5em 0 0 0; + *margin-top: 0; + padding: 0; + *padding-top: 0.5em; +} + +.tabrow .tab { + border: 1px solid #000; + border-bottom-width: 0px; + float: left; + margin: 1px 0.5em 0 0; + padding: 0.2em; + text-align: center; + width: 8em; +} + +.tabrow .tab.active { + border: 2px solid #000; + border-bottom-width: 0px; + font-weight: bold; + margin-top: 0; +} + +.tabrow .tab a { + display: block; + margin: 0; + padding: 0; + width: 100%; +} + +.toolbox { + display: inline; + margin: 0.5em 0 0 0.5em; + position: relative; +} + +.toolbox .toolanchor { + display: inline-block; +} + +.toolbox a.toolanchor { + font-weight: bold; +} + +.toolbox ul { + display: none; + list-style-type: none; + position: absolute; + z-index: 100; +} + +.toolbox:hover ul { + display: inline; + max-height: 18.5em; + left: 0; + overflow: auto; + position: absolute; + top: 1.2em; +} + +.toolbox ul li { + list-style-type: none; + margin: 1px 3px; +} + +.toolbox ul li a.add { + display: inline-block; + margin: 1px 0; + overflow: hidden; + padding: 1px 2px; +} + +.toolbox ul li a.right { + width: 16px; +} + + +.toolbox ul li a:hover { + text-decoration: none; +} + + +.tooldock { + padding: 5px; +} + +.tooltip { + background: #FFFFCC; + border: 1px solid #e8f5fd; + padding: 3px 5px; + color: black; + font-size: .8em; + z-index: 10; /* otherwise invisible */ +} + +td.tracksList { + width: 25%; +} + +td .tracksList { + height: 10em; + overflow: auto; +} + +.tracksList p { + margin-bottom: 0.25em; +} + +#wrapper { + position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */ + clear:both; + float:left; + width:100%; /* width of whole page */ +} + +.zend_echo { + font-weight: normal; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2011-12-07 16:58:37
|
Revision: 348 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=348&view=rev Author: matijsdejong Date: 2011-12-07 16:58:28 +0000 (Wed, 07 Dec 2011) Log Message: ----------- First changes for batch processing (#45) Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems.css Added Paths: ----------- trunk/new_project/htdocs/gems/css/progress_animation.gif Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-12-07 16:58:16 UTC (rev 347) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-12-07 16:58:28 UTC (rev 348) @@ -352,6 +352,15 @@ .print-only { display: none; } +.progress { + background: url('progress_animation.gif') repeat-x center left transparent; + border: black solid 1px; + margin: 4px 0; + padding: 2px; + text-align: center; + width: 100%; +} + .rightAlign { text-align: right; } Added: trunk/new_project/htdocs/gems/css/progress_animation.gif =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/css/progress_animation.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2011-12-30 12:12:24
|
Revision: 390 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=390&view=rev Author: matijsdejong Date: 2011-12-30 12:12:18 +0000 (Fri, 30 Dec 2011) Log Message: ----------- First working versions of the ProgressPanel.php Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems.css Removed Paths: ------------- trunk/new_project/htdocs/gems/css/progress_animation.gif Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-12-30 12:11:45 UTC (rev 389) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-12-30 12:12:18 UTC (rev 390) @@ -352,15 +352,6 @@ .print-only { display: none; } -.progress { - background: url('progress_animation.gif') repeat-x center left transparent; - border: black solid 1px; - margin: 4px 0; - padding: 2px; - text-align: center; - width: 100%; -} - .rightAlign { text-align: right; } @@ -644,6 +635,17 @@ margin-bottom: 0.25em; } +.ui-progressbar { + margin: 4px; + width: 98%; +} + +.ui-progressbar-text { + margin: 1px; + padding: 4px; + text-align: center; +} + .zend_echo { background-color: #FAF8CC; border: #F62817 2px dotted; Deleted: trunk/new_project/htdocs/gems/css/progress_animation.gif =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-04-06 18:11:55
|
Revision: 604 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=604&view=rev Author: matijsdejong Date: 2012-04-06 18:11:50 +0000 (Fri, 06 Apr 2012) Log Message: ----------- Changed the display of errors if dd form layout (like the login form) Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2012-04-06 18:09:30 UTC (rev 603) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2012-04-06 18:11:50 UTC (rev 604) @@ -174,10 +174,6 @@ font-weight: bold; } -.zend_echo { - font-weight: normal; -} - .errors { border-radius: 6px; -moz-border-radius: 6px; @@ -185,6 +181,10 @@ display: inline-block; } +dd .errors { + display: block; +} + ul.errors { padding-left: 1.5em; padding-right: 0.5em; @@ -687,5 +687,10 @@ } span.thetooltip { -display: none; -} \ No newline at end of file + display: none; +} + +.zend_echo { + font-weight: normal; +} + Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2012-04-06 18:09:30 UTC (rev 603) +++ trunk/new_project/htdocs/gems/css/gems.css 2012-04-06 18:11:50 UTC (rev 604) @@ -122,6 +122,10 @@ padding: 5px 2px; } +dd .errors { + display: block; +} + ul.errors { padding-left: 1.5em; padding-right: 0.5em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-04-26 11:36:53
|
Revision: 639 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=639&view=rev Author: matijsdejong Date: 2012-04-26 11:36:42 +0000 (Thu, 26 Apr 2012) Log Message: ----------- Fix for #12 screen where patients return Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2012-04-26 11:36:37 UTC (rev 638) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2012-04-26 11:36:42 UTC (rev 639) @@ -105,6 +105,18 @@ padding-right: 20px !important; } +.askRound { + margin-left: 2em; +} + +.askSurvey { + margin: 0.1em 0 0.1em 4em; +} + +.askTrack { + margin-top: 0.8em; +} + body { margin: 0; padding: 0; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2012-04-26 11:36:37 UTC (rev 638) +++ trunk/new_project/htdocs/gems/css/gems.css 2012-04-26 11:36:42 UTC (rev 639) @@ -44,16 +44,28 @@ padding-right: 20px !important; } +.actionbox { + margin: .5em 0; + float: right; +} + #all, #all_full_width { margin: 0 auto; max-width: 1012px; } -.actionbox { - margin: .5em 0; - float: right; +.askRound { + margin-left: 2em; } +.askSurvey { + margin: 0.1em 0 0.1em 4em; +} + +.askTrack { + margin-top: 0.8em; +} + body { margin: 0; padding: 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-25 14:08:37
|
Revision: 877 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=877&view=rev Author: mennodekker Date: 2012-07-25 14:08:28 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Improved printing of survey export (new page for each survey) Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-fluid.css trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css trunk/new_project/htdocs/gems/css/gems_print.css Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2012-07-25 14:08:28 UTC (rev 877) @@ -469,6 +469,10 @@ text-align: center; } +.surveyTitle { + font-weight: bold; +} + table, td, th { empty-cells: show; margin: 0; Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2012-07-25 14:08:28 UTC (rev 877) @@ -494,6 +494,10 @@ text-align: center; } +.surveyTitle { + font-weight: bold; +} + table, td, th { empty-cells: show; margin: 0; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems.css 2012-07-25 14:08:28 UTC (rev 877) @@ -450,6 +450,10 @@ text-align: center; } +.surveyTitle { + font-weight: bold; +} + table, td, th { empty-cells: show; margin: 0; Modified: trunk/new_project/htdocs/gems/css/gems_print.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems_print.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems_print.css 2012-07-25 14:08:28 UTC (rev 877) @@ -31,7 +31,7 @@ border-collapse: collapse; } - table, tr, th, td { + tr, th, td { border: 1px solid #000; text-align: left; } @@ -59,4 +59,9 @@ } .print-only { display: inline; } + + .surveyTitle { + font-weight: bold; + page-break-before: always; /* left would be even nicer, but mostly unsupported in browsers */ + } } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-30 08:43:27
|
Revision: 885 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=885&view=rev Author: mennodekker Date: 2012-07-30 08:43:21 +0000 (Mon, 30 Jul 2012) Log Message: ----------- Updated styles for new .roundDescription Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems_print.css Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2012-07-30 08:42:58 UTC (rev 884) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2012-07-30 08:43:21 UTC (rev 885) @@ -426,6 +426,11 @@ margin-left: 0.4em; } +.roundDescription { + float: left; + font-style: italic; +} + .search { line-height: 250%; margin: 0.5em 0; @@ -496,6 +501,8 @@ .surveyTitle { font-weight: bold; + float: left; + margin-right: 2em; } table, td, th { Modified: trunk/new_project/htdocs/gems/css/gems_print.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems_print.css 2012-07-30 08:42:58 UTC (rev 884) +++ trunk/new_project/htdocs/gems/css/gems_print.css 2012-07-30 08:43:21 UTC (rev 885) @@ -60,8 +60,15 @@ .print-only { display: inline; } + .roundDescription { + float: left; + font-style: italic; + } + .surveyTitle { font-weight: bold; page-break-before: always; /* left would be even nicer, but mostly unsupported in browsers */ + float: left; + margin-right: 2em; } } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2013-01-29 13:47:25
|
Revision: 1125 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1125&view=rev Author: mennodekker Date: 2013-01-29 13:47:18 +0000 (Tue, 29 Jan 2013) Log Message: ----------- Fixes for tabrow with browsetable Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-fluid.css trunk/new_project/htdocs/gems/css/gems-new.css Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-01-29 13:01:56 UTC (rev 1124) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-01-29 13:47:18 UTC (rev 1125) @@ -688,3 +688,8 @@ .zend_echo { font-weight: normal; } + +/* fixes for tabrow with browsetable */ +#autofilter_target { clear: both;} +.tabrow { clear: both; } +.tabrow .tab { width: auto;} \ No newline at end of file Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-29 13:01:56 UTC (rev 1124) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-29 13:47:18 UTC (rev 1125) @@ -766,3 +766,7 @@ font-weight: normal; } +/* fixes for tabrow with browsetable */ +#autofilter_target { clear: both;} +.tabrow { clear: both; } +.tabrow .tab { width: auto;} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2013-02-26 12:52:31
|
Revision: 1156 http://sourceforge.net/p/gemstracker/code/1156 Author: mennodekker Date: 2013-02-26 12:52:26 +0000 (Tue, 26 Feb 2013) Log Message: ----------- Fixed display error for first tab in respondent screen Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-fluid.css trunk/new_project/htdocs/gems/css/gems-new.css Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-02-25 14:28:18 UTC (rev 1155) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-02-26 12:52:26 UTC (rev 1156) @@ -691,5 +691,5 @@ /* fixes for tabrow with browsetable */ #autofilter_target { clear: both;} -.tabrow { clear: both; } +.tabrow { clear: both; padding-top: 0.5em; } .tabrow .tab { width: auto;} \ No newline at end of file Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2013-02-25 14:28:18 UTC (rev 1155) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-02-26 12:52:26 UTC (rev 1156) @@ -768,5 +768,5 @@ /* fixes for tabrow with browsetable */ #autofilter_target { clear: both;} -.tabrow { clear: both; } +.tabrow { clear: both; padding-top: 0.5em; } .tabrow .tab { width: auto;} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2013-03-05 17:51:14
|
Revision: 1169 http://sourceforge.net/p/gemstracker/code/1169 Author: matijsdejong Date: 2013-03-05 17:51:12 +0000 (Tue, 05 Mar 2013) Log Message: ----------- Added .larger class for displaying objects slightly larger Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-fluid.css trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-03-04 19:47:58 UTC (rev 1168) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-03-05 17:51:12 UTC (rev 1169) @@ -255,6 +255,10 @@ font-weight: bold; } +.larger { + font-size: 120% !important; +} + .leftFloat { float: left; margin-right: 0.4em; Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2013-03-04 19:47:58 UTC (rev 1168) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-03-05 17:51:12 UTC (rev 1169) @@ -311,6 +311,10 @@ font-weight: bold; } +.larger { + font-size: 120% !important; +} + .leftFloat { float: left; margin-right: 0.4em; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2013-03-04 19:47:58 UTC (rev 1168) +++ trunk/new_project/htdocs/gems/css/gems.css 2013-03-05 17:51:12 UTC (rev 1169) @@ -238,6 +238,10 @@ font-weight: bold; } +.larger { + font-size: 120% !important; +} + .leftFloat { float: left; margin-right: 0.4em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |