Skip to content

Commit

Permalink
Merge branch '2.5' of https://github.com/LimeSurvey/LimeSurvey into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 2, 2015
2 parents fd961fc + 5919945 commit be082ef
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/responses/listResponses_view.php
Expand Up @@ -55,7 +55,7 @@
<div class="side-body">
<h3><?php eT('Survey responses'); ?></h3>
<div class="row">
<div class="col-lg-12 content-right" style="overflow: scroll; padding-bottom: 1em">
<div class="col-lg-12 content-right" style="overflow-x: scroll; padding-bottom: 1em">
<table id="displayresponses"></table> <div id="pager"></div>
</div>
</div>
Expand Down
46 changes: 45 additions & 1 deletion styles/limebootstrap/assets/css/lime-admin.css
Expand Up @@ -510,7 +510,7 @@ div.panel.disabled a{
padding: 1em;
}

/** TODO: Should this really be called -boot? Sounds like it's used in a script, which it isn't. */

.htmleditorboot
{
padding-top : 2em;
Expand Down Expand Up @@ -593,7 +593,51 @@ div.panel.disabled a{
font-size: 1.2em;
}

/*jQgrid*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-toppager, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
background-image: none;
background-color: transparent;
}

.ui-jqgrid .ui-jqgrid-bdiv
{
overflow : hidden;
}

.ui-search-toolbar th div
{
min-height: 40px;
}

#gs_completed {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #646464;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input
{
margin-top: 8px;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div input.cbox, .ui-jqgrid td input.cbox {
margin : 4px 0 0;
}

/**
* Icons
Expand Down

0 comments on commit be082ef

Please sign in to comment.