Skip to content

Commit

Permalink
Stylelint'ed styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ndunand committed Jun 20, 2018
1 parent 9a6aaba commit aa984a5
Showing 1 changed file with 193 additions and 51 deletions.
244 changes: 193 additions & 51 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,59 +1,183 @@
.path-mod-choicegroup .results {border-collapse: separate;}
.path-mod-choicegroup .results .data {vertical-align:top;white-space: nowrap;}
.path-mod-choicegroup .button {text-align:center;}
.path-mod-choicegroup .attemptcell {width:5px;white-space: nowrap;}
.path-mod-choicegroup .results {
border-collapse: separate;
}

.path-mod-choicegroup .results .data {
vertical-align: top;
white-space: nowrap;
}

.path-mod-choicegroup .button {
text-align: center;
}

.path-mod-choicegroup .attemptcell {
width: 5px;
white-space: nowrap;
}

.path-mod-choicegroup .anonymous,
.path-mod-choicegroup div.downloadreport ul {list-style: none; margin-left: 1em;}
.path-mod-choicegroup .choicegroupresponse {width:100%;}
.path-mod-choicegroup .choicegroupresponse .picture {width:10px;white-space: nowrap;}
.path-mod-choicegroup .choicegroupresponse .fullname {width:100%;white-space: nowrap;}
.path-mod-choicegroup div.downloadreport ul {
list-style: none;
margin-left: 1em;
}

.path-mod-choicegroup .choicegroupresponse {
width: 100%;
}

.path-mod-choicegroup .choicegroupresponse .picture {
width: 10px;
white-space: nowrap;
}

.path-mod-choicegroup .responseheader {width: 100%; text-align: center; margin-top: 10px;}
.path-mod-choicegroup .choicegroups .option label {vertical-align: top;}
.path-mod-choicegroup .choicegroups .option input {vertical-align: middle;}
.path-mod-choicegroup .choicegroupresponse .fullname {
width: 100%;
white-space: nowrap;
}

.path-mod-choicegroup .responseheader {
width: 100%;
text-align: center;
margin-top: 10px;
}

.path-mod-choicegroup .choicegroups .option label {
vertical-align: top;
}

.path-mod-choicegroup .choicegroups .option input {
vertical-align: middle;
}

.path-mod-choicegroup .horizontal,
.path-mod-choicegroup .horizontal .choicegroups .option {padding-right:20px;display:inline; white-space: normal;}
.path-mod-choicegroup .horizontal .choicegroups .button {margin-top: 10px;}
.path-mod-choicegroup ul.choicegroups li {list-style:none;}
.path-mod-choicegroup .results { text-align: center;}
.path-mod-choicegroup .results.anonymous .graph.horizontal {vertical-align: middle;text-align: left;width:70%;}
.path-mod-choicegroup .horizontal .choicegroups .option {
padding-right: 20px;
display: inline;
white-space: normal;
}

.path-mod-choicegroup .horizontal .choicegroups .button {
margin-top: 10px;
}

.path-mod-choicegroup ul.choicegroups li {
list-style: none;
}

.path-mod-choicegroup .results {
text-align: center;
}

.path-mod-choicegroup .results.anonymous .graph.horizontal {
vertical-align: middle;
text-align: left;
width: 70%;
}

.path-mod-choicegroup .results.anonymous .graph.vertical,
.path-mod-choicegroup .cell {vertical-align: bottom; text-align: center; }
.path-mod-choicegroup .results.names .header{width:10%; white-space: normal;}
.path-mod-choicegroup .results.names .cell{vertical-align: top; text-align: left;}
.path-mod-choicegroup .cell {
vertical-align: bottom;
text-align: center;
}

.path-mod-choicegroup .results.names .header {
width: 10%;
white-space: normal;
}

.path-mod-choicegroup .results.names .cell {
vertical-align: top;
text-align: left;
}

.path-mod-choicegroup .results.names .user,
.path-mod-choicegroup #yourselection {padding: 5px;}
.path-mod-choicegroup #yourselection {
padding: 5px;
}

.path-mod-choicegroup .results.names .user .attemptaction,
.path-mod-choicegroup .results.names .user .image,
.path-mod-choicegroup .results.names .user .fullname{float:left;}
.path-mod-choicegroup .results.names .user .fullname{padding-left: 5px;}
.path-mod-choicegroup .results .data.header {width: 10%;}
.path-mod-choicegroup .responseaction {text-align: center;}
.path-mod-choicegroup .results .option {white-space: normal;}
.path-mod-choicegroup .results.names .user .fullname {
float: left;
}

.path-mod-choicegroup .results.names .user .fullname {
padding-left: 5px;
}

.path-mod-choicegroup .results .data.header {
width: 10%;
}

.path-mod-choicegroup .responseaction {
text-align: center;
}

.path-mod-choicegroup .results .option {
white-space: normal;
}

.path-mod-choicegroup .results .option,
.path-mod-choicegroup .results .numberofuser,
.path-mod-choicegroup .results .percentage {font-weight: bold; font-size: 108%;}
.path-mod-choicegroup .results .percentage {
font-weight: bold;
font-size: 108%;
}

#page-mod-choice-report .downloadreport ul li {
list-style: none;
padding: 0 20px;
display: inline;
float: left;
}

#page-mod-choice-report .downloadreport ul li {list-style:none;padding: 0 20px; display: inline;float: left; }
.path-mod-choicegroup .clearfloat {float:none; clear:both;}
.path-mod-choicegroup .clearfloat {
float: none;
clear: both;
}

/**
* Override for RTL layout
*/
.path-mod-choicegroup.dir-rtl .horizontal .choicegroups .option {padding-right:0px; padding-left: 20px; float:right;}
.path-mod-choicegroup.dir-rtl .results.anonymous .graph.horizontal {text-align: right;}
.path-mod-choicegroup.dir-rtl .results.anonymous { text-align: center; }
.path-mod-choicegroup.dir-rtl .results.names .cell{text-align: right;}
.path-mod-choicegroup.dir-rtl .horizontal .choicegroups .option {
padding-right: 0px;
padding-left: 20px;
float: right;
}

.path-mod-choicegroup.dir-rtl .results.anonymous .graph.horizontal {
text-align: right;
}

.path-mod-choicegroup.dir-rtl .results.anonymous {
text-align: center;
}

.path-mod-choicegroup.dir-rtl .results.names .cell {
text-align: right;
}

.path-mod-choicegroup.dir-rtl .results.names .user .attemptaction,
.path-mod-choicegroup.dir-rtl .results.names .user .image,
.path-mod-choicegroup.dir-rtl .results.names .user .fullname,
.path-mod-choicegroup.dir-rtl .results.names .user .fullname{padding-left: 0px; padding-right: 5px;}
.path-mod-choicegroup.dir-rtl .downloadreport {margin-left:0;margin-right: 25%;}
.path-mod-choicegroup.dir-rtl .results.names .user .fullname {
padding-left: 0px;
padding-right: 5px;
}

.path-mod-choicegroup.dir-rtl .downloadreport {
margin-left: 0;
margin-right: 25%;
}

#page-mod-choice-report.dir-rtl .downloadreport ul li{float:right;}
#page-mod-choice-view.dir-rtl .reportlink {text-align: left;}
#page-mod-choice-report.dir-rtl .downloadreport ul li {
float: right;
}

#page-mod-choice-view.dir-rtl .reportlink {
text-align: left;
}

.path-mod-choicegroup div.tablecontainer {
overflow: auto;
Expand All @@ -66,29 +190,40 @@
margin-bottom: 1rem;
text-align: left;
}

.path-mod-choicegroup.dir-rtl div.tablecontainer {
text-align: right;
}

.path-mod-choicegroup div.border {
border: 1px #ccc solid;
}

.path-mod-choicegroup div.tablecontainer table {
width: 100%;
}

.path-mod-choicegroup td { border-top: 1px #ccc solid; }
.path-mod-choicegroup th, .path-mod-choicegroup td { padding:10px 15px; }
.path-mod-choicegroup td.center { text-align:center; }
.path-mod-choicegroup td {
border-top: 1px #ccc solid;
}

.path-mod-choicegroup th, .path-mod-choicegroup td {
padding: 10px 15px;
}

.path-mod-choicegroup td.center {
text-align: center;
}

.path-mod-choicegroup div.choicegroup-memberdisplay {
width:12px;
height:12px;
line-height:12px;
cursor:pointer;
text-align:center;
display:block;
border:1px #999 solid;
margin:0px auto;
width: 12px;
height: 12px;
line-height: 12px;
cursor: pointer;
text-align: center;
display: block;
border: 1px #999 solid;
margin: 0px auto;
}

.path-mod-choicegroup table.choicegroups {
Expand All @@ -104,7 +239,7 @@
.path-mod-choicegroup div.choicegroups-descriptions.hidden,
.path-mod-choicegroup a.choicegroup-memberdisplay.hidden,
.path-mod-choicegroup a.choicegroup-descriptiondisplay.hidden {
display:none;
display: none;
}

.path-mod-choicegroup .results td {
Expand All @@ -117,8 +252,15 @@
padding-top: 5px;
}

.path-mod-choicegroup .tableform {text-align: center}
.path-mod-choicegroup .tableform {
text-align: center
}

/* Styles to format the Choices table. */
.path-mod-choicegroup .width10 {width: 10%;}
.path-mod-choicegroup .width40 {width: 40%;}
.path-mod-choicegroup .width10 {
width: 10%;
}

.path-mod-choicegroup .width40 {
width: 40%;
}

0 comments on commit aa984a5

Please sign in to comment.