app/soc/content/css/soc-090706.css
changeset 2570 851640749319
parent 2562 9f9261d32efc
equal deleted inserted replaced
2569:494a4fb98649 2570:851640749319
   660 div #survey_widget.survey_admin {
   660 div #survey_widget.survey_admin {
   661 /* TODO(ajaksu) remove if unnecessary */
   661 /* TODO(ajaksu) remove if unnecessary */
   662 }
   662 }
   663 
   663 
   664 div #survey_widget table {
   664 div #survey_widget table {
   665   width:100%
   665   width:95%
   666 }
   666 }
   667 
   667 
   668 div #survey_widget th,
   668 div #survey_widget th,
   669 div #survey_widget td {
   669 div #survey_widget td {
   670   padding-top: 15px;
   670   padding-top: 15px;
   672 
   672 
   673 /* fields */
   673 /* fields */
   674 
   674 
   675 div #survey_widget textarea.long_answer {
   675 div #survey_widget textarea.long_answer {
   676   padding: 10px;
   676   padding: 10px;
   677   width: 500px;
       
   678 }
   677 }
   679 
   678 
   680 div #survey_widget textarea.tooltip_entry {
   679 div #survey_widget textarea.tooltip_entry {
   681   padding: 10px;
   680   padding: 10px;
   682   width: 80%;
   681   width: 80%;
   683 }
   682 }
   684 
   683 
   685 div #survey_widget input.text_question {
   684 div #survey_widget textarea {
   686   width: 320px;
   685   width: 90% !important;
   687 }
   686 }
   688 
   687 
   689 div #survey_widget td.formfieldlabel {
   688 div #survey_widget td.formfieldlabel {
   690   font-size: medium;
   689   font-size: medium;
   691 }
   690 }
   697   color: black;
   696   color: black;
   698 }
   697 }
   699 
   698 
   700 #survey_widget.quant_radio input,
   699 #survey_widget.quant_radio input,
   701 #survey_widget.quant_radio label {
   700 #survey_widget.quant_radio label {
   702   clear: left;
       
   703   display: block;
       
   704   float: left;
       
   705   margin: 4px;
   701   margin: 4px;
   706 }
   702 }
   707 
   703 
   708 /* options */
   704 /* options */
   709 
   705 
   720   float:left;
   716   float:left;
   721   margin:-1px 7px;
   717   margin:-1px 7px;
   722 }
   718 }
   723 
   719 
   724 div #survey_widget th label {
   720 div #survey_widget th label {
   725   display: block;
   721   /*display: block;*/
   726   max-width: 180px;
   722   max-width: 180px;
   727 }
   723 }
   728 
   724 
   729 div #survey_widget tr.role-specific label {
   725 div #survey_widget tr.role-specific label {
   730   color: #666666;
   726   color: #666666;
   745 div #survey_widget fieldset {
   741 div #survey_widget fieldset {
   746   -moz-border-radius: 5px;
   742   -moz-border-radius: 5px;
   747   -webkit-border-radius: 5px;
   743   -webkit-border-radius: 5px;
   748 }
   744 }
   749 
   745 
   750 div #survey_widget fieldset,
       
   751 div #survey_widget th,
       
   752 div #survey_widget td,
       
   753 div #survey_widget select {
   746 div #survey_widget select {
       
   747   display: inline;
   754 }
   748 }
   755 
   749 
   756 div #survey_widget td {
   750 div #survey_widget td {
   757 }
   751 }
   758 
   752 
   766 div #survey_widget fieldset input {
   760 div #survey_widget fieldset input {
   767   margin: 10px;
   761   margin: 10px;
   768 }
   762 }
   769 
   763 
   770 div #survey_widget textarea.comment{
   764 div #survey_widget textarea.comment{
   771 margin-bottom: 30px;
   765   margin-bottom: 30px;
   772 }
   766 }
   773 
   767 
   774 div #survey_widget td > fieldset > label {
   768 div #survey_widget td > fieldset > label {
   775   font-size: 11px;
   769   font-size: 11px;
   776 }
   770 }
   777 
   771 
       
   772 .ui-dialog-content {
       
   773   padding: 0px !important;
       
   774   margin: 5px !important;
       
   775 }
   778 
   776 
   779 #dialog {
   777 #dialog {
   780   font-size: 62.5%;
   778   font-size: 62.5%;
   781 }
   779 }
   782 
   780 
   823 .ui-dialog .ui-state-highlight,
   821 .ui-dialog .ui-state-highlight,
   824 .ui-dialog .ui-state-error {
   822 .ui-dialog .ui-state-error {
   825   padding: .3em;
   823   padding: .3em;
   826 }
   824 }
   827 
   825 
   828 .pick_multi input {
   826 .pick_multi input,
       
   827 .quant_radio input {
   829   display: inline;
   828   display: inline;
       
   829   width: auto !important;
   830 }
   830 }
   831 
   831 
   832 /* NEWS FEED FEEDS */
   832 /* NEWS FEED FEEDS */
   833 .news_feed {
   833 .news_feed {
   834   border: 10px solid #e5ecf9;
   834   border: 10px solid #e5ecf9;