Responsive design refactoring for the backend/services page.

This commit is contained in:
Alex Tselegidis 2016-07-14 20:48:16 +02:00
parent e649119828
commit fc516b498e
2 changed files with 8 additions and 12 deletions

View File

@ -124,10 +124,9 @@
<textarea id="service-description" rows="4" class="form-control"></textarea>
</div>
<br/><br/>
<em id="form-message" class="text-error">
<?php echo $this->lang->line('fields_are_required'); ?></em>
<p id="form-message" class="text-danger">
<em><?php echo $this->lang->line('fields_are_required'); ?></em>
</p>
</div>
</div>
</div>

View File

@ -97,7 +97,7 @@ root {
}
#notification {
margin-bottom: 15px;
margin: 15px;
}
#notification strong {
@ -444,14 +444,9 @@ body .form-horizontal .controls {
color: #525252;
}
#services-page .tab-content {
margin: 15px;
}
#services-page .nav {
margin: 15px;
background-color: #F4F4F4;
border-radius: 4px;
margin-bottom: 15px;
}
#services-page .nav li {
@ -459,7 +454,7 @@ body .form-horizontal .controls {
}
#services-page .filter-records {
width: 350px;
max-width: 350px;
}
#services-page .filter-records .results {
@ -489,6 +484,8 @@ body .form-horizontal .controls {
#services-page .details .ui-spinner {
border: none;
margin-bottom: 10px;
display: block;
color: #666;
}
#services-page .details .ui-state-disabled {