Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(143)

Side by Side Diff: app/soc/content/css/soc-090602.css

Issue 82042: Melange Surveys: Survey taking and editing JS, additions to CSS.
Patch Set: Addresses most issues raised Created 15 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | app/soc/content/js/default-text.js » ('j') | app/soc/content/js/default-text.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
Mario Ferraro 2009/06/26 12:02:10 For the whole file: I was thinking it could be goo
ajaksu 2009/06/26 13:53:07 I actually wanted to use a space, but missed some
2 Copyright 2009 the Melange authors. 2 Copyright 2009 the Melange authors.
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS, 11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and 13 See the License for the specific language governing permissions and
14 limitations under the License. 14 limitations under the License.
15 */ 15 */
16 16
17 /* 17 /*
18 * STANDARD HTML TAGS 18 * STANDARD HTML TAGS
19 */ 19 */
20 20 @import '/soc/content/css/ui.all.css';
21 body { 21 body {
22 background-color: white; 22 background-color: white;
23 color: black; 23 color: black;
24 24
25 font-family: Arial, sans-serif; 25 font-family: Arial, sans-serif;
26 font-size: medium; 26 font-size: medium;
27 27
28 margin: 8px; 28 margin: 8px;
29 margin-top: 3px; 29 margin-top: 3px;
30 } 30 }
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 197
198 td.formfieldvalue input:focus { 198 td.formfieldvalue input:focus {
199 background-color: #FFFF99; 199 background-color: #FFFF99;
200 font-weight: bold; 200 font-weight: bold;
201 } 201 }
202 202
203 td.formfieldvalue textarea { 203 td.formfieldvalue textarea {
204 width: 100%; 204 width: 100%;
205 } 205 }
206 206
207 td.formfieldvalue select { 207 /*td.formfieldvalue select {
208 width: 100%; 208 width: 100%;
209 } 209 }*/
210 210
211 td.formfielderrorlabel, td.warning, span.formfielderrorlabel { 211 td.formfielderrorlabel, td.warning, span.formfielderrorlabel {
212 font-weight: bold; 212 font-weight: bold;
213 color: #FF0000; 213 color: #FF0000;
214 font-size: small; 214 font-size: small;
215 text-align: right; 215 text-align: right;
216 } 216 }
217 217
218 /* TABLE QUEUES (used with .list) */ 218 /* TABLE QUEUES (used with .list) */
219 table#queues { 219 table#queues {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 color: #f9f9f9; 260 color: #f9f9f9;
261 } 261 }
262 262
263 .tooltip-body img { 263 .tooltip-body img {
264 width: 50px; 264 width: 50px;
265 margin: 0 10px 0 0; 265 margin: 0 10px 0 0;
266 float: left; 266 float: left;
267 } 267 }
268 268
269 .tooltip-body h3 { 269 .tooltip-body h3 {
270 margin: 0; 270 margin: 0;
271 font-size: 1.1em; 271 font-size: 1.1em;
272 } 272 }
273 273
274 .tooltip-body p { 274 .tooltip-body p {
275 margin: 5px 0 0 60px; 275 margin: 5px 0 0 60px;
276 font-size: 0.8em; 276 font-size: 0.8em;
277 line-height: 1.4em; 277 line-height: 1.4em;
278 } 278 }
279 279
280 .tooltip-bottom { 280 .tooltip-bottom {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 389
390 #org_home_extras { 390 #org_home_extras {
391 margin:2em 0em 2em; 391 margin:2em 0em 2em;
392 min-height:500px; 392 min-height:500px;
393 } 393 }
394 394
395 #extras_left { 395 #extras_left {
396 width: 55%; 396 width: 55%;
397 left: 0px; 397 left: 0px;
398 float: left; 398 float: left;
399 } 399 }
400 400
401 #extras_right { 401 #extras_right {
402 width: 43%; 402 width: 43%;
403 right: 0px; 403 right: 0px;
404 float: right; 404 float: right;
405 } 405 }
406 406
407 /* Organization home gmap */ 407 /* Organization home gmap */
408 #org_home_map { 408 #org_home_map {
409 height: 500px; 409 height: 500px;
410 width: 500px; 410 width: 500px;
411 } 411 }
412 412
413 /* SIDEBAR MENU */ 413 /* SIDEBAR MENU */
414 #side { 414 #side {
415 width: 200px; 415 width: 200px;
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 /* Disabled text. */ 635 /* Disabled text. */
636 .disabled { 636 .disabled {
637 color: gray; 637 color: gray;
638 } 638 }
639 639
640 .plaintext { 640 .plaintext {
641 background:transparent none repeat scroll 0 0; 641 background:transparent none repeat scroll 0 0;
642 border:0 none; 642 border:0 none;
643 color:black; 643 color:black;
644 } 644 }
645
646 /* Surveys */
647
648
649 div #survey_widget {
650 margin: 20px;
651 -moz-border-radius: 5px;
652 -webkit-border-radius: 5px;
653 background-color: #FFFEEB;
654 border: 5px solid #F7CA75;
655 padding: 15px;
656 max-width:700px;
657 float:left;
658 }
659
660 div #survey_widget.survey_admin {
661
Mario Ferraro 2009/06/26 12:02:10 Ehm :) Now it's void... it's still needed to be fi
ajaksu 2009/06/26 13:53:07 Not sure, but as we have to go through CSS and HTM
662 }
663
664 div #survey_widget tr {
665 float:left;
666 clear:both;
667 }
668
669 div #survey_widget th, div #survey_widget td {
Mario Ferraro 2009/06/26 12:02:10 Sorry I didn't understand if you liked the idea or
ajaksu 2009/06/26 13:53:07 Missed this one :) Done,thanks!
670 padding-top:15px;
671 }
672
673 /* fields */
674
675 div #survey_widget textarea {
676 padding: 10px;
677 width:300px;
678 }
679
680 div #survey_widget input.text_question {
681 width:320px;
682 }
683
684 div #survey_widget td.formfieldlabel {
685 font-size:medium;
686 }
687
688 #survey_widget.view input[disabled="disabled"],
689 #survey_widget.view textarea[disabled="disabled"],
690 #survey_widget.view select[disabled="disabled"],
691 #survey_widget.view option {
692 color: black;
693 }
694
695 #survey_widget.quant_radio input,
696 #survey_widget.quant_radio label {
697 clear:left;
698 display:block;
699 float:left;
700 margin:4px;
701 }
702
703 /* options */
704
705 div #survey_options button {
706 display: block;
707 margin: 10px 0 0;
708 }
709
710 div #survey_options {
711 margin: 20px 0 0 0;
712 }
713
714 div #survey_widget a.delete {
715 margin: 0 7px;
716 }
717
718 div #survey_widget th label {
719 display: block;
720 max-width: 180px;
721 }
722
723 div #survey_widget tr.role-specific label {
724 color:#666666;
725 }
726
727
728 span.formfieldlabel {
729 font-weight: bold;
730 font-size: small;
731 }
732
733 .sortable_li {
734 border: solid 1px !important;
735 padding:5px !important;
736 }
737
738 .sortable_li,
739 div #survey_widget fieldset {
740 -moz-border-radius: 5px;
741 -webkit-border-radius: 5px;
742 }
743
744 div #survey_widget fieldset,
745 div #survey_widget th,
746 div #survey_widget td,
747 div #survey_widget select {
748 max-width:700px;
749 }
750
751 #dialog {
752 font-size: 62.5%;
753 }
754
755 #dialog label, #dialog input {
756 display:block;
757 }
758
759 #dialog p {
760 text-align:center;
761 padding-left: 0;
762 }
763
764 #dialog input.text {
765 margin-bottom:12px;
766 width:95%;
767 padding: .4em;
768 }
769
770 #dialog fieldset {
771 padding:0;
772 border:0;
773 margin-top:25px;
774 }
775
776 #dialog h1 {
777 font-size: 1.2em;
778 margin: .6em 0;
779 }
780
781 .ui-button {
Mario Ferraro 2009/06/26 12:02:10 Ok I was meaning exactly that ^__^
ajaksu 2009/06/26 13:53:07 Cool :)
782 outline: 0;
783 margin:0;
784 padding: .4em 1em .5em;
785 text-decoration:none;
786 cursor:pointer;
787 position: relative;
788 text-align: center;
789 }
790
791 .ui-dialog .ui-state-highlight,
792 .ui-dialog .ui-state-error {
793 padding: .3em;
794 }
795
796 .pick_multi input {
797 display: inline;
798 }
799
800 /* NEWS FEED FEEDS */
801 .news_feed {
802 border: 10px solid #e5ecf9;
803 border-top: 1px solid #3366cc;
804 float:left;
805 }
806
807 .news_feed .inner{
808 padding:0 20px;
809 }
810
811 .news_feed h2 {
812 margin-top: 0.1em;
813 background-color: #e5ecf9;
814 }
815
816 .news_feed h2 a {
817 text-decoration: none;
818 color: black;
819 }
820
821 .news_feed h2 a:visited {
822 text-decoration: none;
823 color: black;
824 }
825
826 .news_feed .entry {
827 margin:1em 0.3em;
828 }
829
830 .news_feed .title {
831 font-size: medium;
832 }
833
834 .news_feed .time {
835 color: gray;
836 margin-bottom: 0.5em;
837 }
838
839 .news_feed .snippet {
840 background-color: white;
841 }
842
843 a#feed_icon img{
844 margin:-1px 0;
845 }
OLDNEW
« no previous file with comments | « no previous file | app/soc/content/js/default-text.js » ('j') | app/soc/content/js/default-text.js » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b