CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly.
This commit is contained in:
parent
514777e8d2
commit
b11cbd8159
4546 changed files with 138 additions and 51 deletions
48
airtime_mvc/public/css/media_library.css
Normal file
48
airtime_mvc/public/css/media_library.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
#library_content {
|
||||
float: left;
|
||||
width: 50%;
|
||||
min-height: 475px;
|
||||
}
|
||||
|
||||
#library_display th {
|
||||
text-align: left;
|
||||
}
|
||||
#library_content #library_display {
|
||||
width:100%;
|
||||
}
|
||||
#library_display td {
|
||||
|
||||
}
|
||||
|
||||
#library_display th,
|
||||
#library_display td,
|
||||
.paginationControl {
|
||||
font-size: 13px;
|
||||
}
|
||||
#library_content .ui-tabs-panel {
|
||||
padding-top:16px;
|
||||
}
|
||||
#library_display th.ui-state-default {
|
||||
border: 1px solid #8f8f8f;
|
||||
background-color: #a2a2a2;
|
||||
background: -moz-linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2b2b2), color-stop(100%, #a2a2a2));
|
||||
color: #363636;
|
||||
}
|
||||
.paginationControl {
|
||||
font-size: 12px;
|
||||
background-color: #9a9a9a;
|
||||
background: -moz-linear-gradient(top, #ababab 0, #9a9a9a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ababab), color-stop(100%, #9a9a9a));
|
||||
border:1px solid #5b5b5b;
|
||||
border-width:0 1px 1px 1px;
|
||||
padding:12px 8px 8px 8px;
|
||||
}
|
||||
.paginationControl p {
|
||||
color:#555555;
|
||||
font-size:12px;
|
||||
margin:2px 0 10px 0;
|
||||
}
|
||||
.paginationControl .ui-button-text-only .ui-button-text {
|
||||
padding: 0.2em 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue