Skip to content

Commit

Permalink
Dev: CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 20, 2016
1 parent 4961a66 commit 5fb6539
Show file tree
Hide file tree
Showing 28 changed files with 115 additions and 20 deletions.
2 changes: 1 addition & 1 deletion application/models/SurveyDynamic.php
Expand Up @@ -329,7 +329,7 @@ public function getExtendedData($colName, $sLanguage, $base64jsonFieldMap)
// Upload question
if($oFieldMap->type =='|' && strpos($oFieldMap->fieldname,'filecount')===false)
{
$sSurveyEntry="<table class='table table-condensed'><tr>";
$sSurveyEntry="<table class='table table-condensed upload-question'><tr>";
$aQuestionAttributes = getQuestionAttributeValues($oFieldMap->qid);
$aFilesInfo = json_decode_ls($this->$colName);
for ($iFileIndex = 0; $iFileIndex < $aQuestionAttributes['max_num_of_files']; $iFileIndex++)
Expand Down
4 changes: 3 additions & 1 deletion styles/Apple_Blossom/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Apple_Blossom/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Apple_Blossom/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Bay_of_Many/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Bay_of_Many/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Bay_of_Many/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Black_Pearl/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Black_Pearl/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Black_Pearl/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Dark_Sky/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Dark_Sky/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Dark_Sky/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Free_Magenta/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Free_Magenta/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Free_Magenta/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Noto_All_Languages/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Noto_All_Languages/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Noto_All_Languages/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Purple_Tentacle/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Purple_Tentacle/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Purple_Tentacle/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Sea_Green/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Sea_Green/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion styles/Sea_Green/css/lime-admin-common.css
Expand Up @@ -2100,4 +2100,9 @@ table#responsedetail tr td{
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}
4 changes: 3 additions & 1 deletion styles/Sunset_Orange/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/Sunset_Orange/css/lime-admin-common-rtl.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions styles/Sunset_Orange/css/lime-admin-common.css
Expand Up @@ -2097,3 +2097,12 @@ table#responsedetail tr td{
height: 340px;
width: 390px;
}
/* Override fixed font in select2 CSS */
.select2-container--bootstrap .select2-selection {
font-family: Roboto !important;
}

#responses-grid .table-condensed.upload-question {
margin-bottom: 0;
background-color: inherit;
}

0 comments on commit 5fb6539

Please sign in to comment.