Responsive design refactoring for the backend/services page.
This commit is contained in:
parent
e649119828
commit
fc516b498e
2 changed files with 8 additions and 12 deletions
|
@ -124,10 +124,9 @@
|
||||||
<textarea id="service-description" rows="4" class="form-control"></textarea>
|
<textarea id="service-description" rows="4" class="form-control"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p id="form-message" class="text-danger">
|
||||||
<br/><br/>
|
<em><?php echo $this->lang->line('fields_are_required'); ?></em>
|
||||||
<em id="form-message" class="text-error">
|
</p>
|
||||||
<?php echo $this->lang->line('fields_are_required'); ?></em>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -97,7 +97,7 @@ root {
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification {
|
#notification {
|
||||||
margin-bottom: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification strong {
|
#notification strong {
|
||||||
|
@ -444,14 +444,9 @@ body .form-horizontal .controls {
|
||||||
color: #525252;
|
color: #525252;
|
||||||
}
|
}
|
||||||
|
|
||||||
#services-page .tab-content {
|
|
||||||
margin: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#services-page .nav {
|
#services-page .nav {
|
||||||
margin: 15px;
|
|
||||||
background-color: #F4F4F4;
|
background-color: #F4F4F4;
|
||||||
border-radius: 4px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#services-page .nav li {
|
#services-page .nav li {
|
||||||
|
@ -459,7 +454,7 @@ body .form-horizontal .controls {
|
||||||
}
|
}
|
||||||
|
|
||||||
#services-page .filter-records {
|
#services-page .filter-records {
|
||||||
width: 350px;
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#services-page .filter-records .results {
|
#services-page .filter-records .results {
|
||||||
|
@ -489,6 +484,8 @@ body .form-horizontal .controls {
|
||||||
#services-page .details .ui-spinner {
|
#services-page .details .ui-spinner {
|
||||||
border: none;
|
border: none;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
display: block;
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
#services-page .details .ui-state-disabled {
|
#services-page .details .ui-state-disabled {
|
||||||
|
|
Loading…
Reference in a new issue