1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-08-16 12:34:31 +02:00
parent 212739c2c5
commit 77401d44c6
15 changed files with 74 additions and 35 deletions

View File

@ -133,11 +133,11 @@
.arangoHeaderA {
width: 14px !important;
height: 20px !important;
margin-right: 7px !important;
margin-right: 5px !important;
margin-top: -2px !important;
padding-bottom: 2px !important;
padding-left: 10px !important;
padding-right: 10px !important;
padding-left: 9px !important;
padding-right: 11px !important;
padding-top: 5px !important;
font-size: 17px !important;
}
@ -263,7 +263,7 @@ border-top: 0;
#collectionsDropdown ul li label, #dashboardDropdown ul li label {
padding-left: 35px;
color: white;
color: black;
}
.containerdivNewLine {

View File

@ -72,9 +72,12 @@
#editSecondRow, #editFirstRow {
color: #444444;
font-size: 16px;
float:right;
padding-top: 4px;
}
#addRow, #deleteRow, #editSecondRow, #editFirstRow {
#addRow, #deleteRow {
font-size: 20px;
float:right;
padding-top: 2px;
@ -82,6 +85,7 @@
#documentTableID {
font-weight: 300;
font-size: 15px !important;
border-collapse:separate;
border-spacing:0 0px;
border-top: 1px solid #888;
@ -171,7 +175,7 @@ table.dataTable thead th {
}
.arangoTab > li > a {
min-width: 40px;
min-width: 50px;
text-align: center;
background-color: none;
}
@ -230,3 +234,7 @@ table.dataTable thead th {
padding-top: 7px !important;
float: right;
}
#documentTableID.dataTable thead tr th {
border-bottom: 1px solid #888888;
}

View File

@ -38,22 +38,22 @@ input {
box-shadow: 0;
}
.btn-close {
float:left;
}
.btn-margin {
margin-left: 15px !important;
/* margin-left: 15px !important;*/
}
#transparentHeader .arangoHeader, #dashboardHeader .arangoHeader{
color: #B1D375;
#transparentHeader .arangoHeader, #dashboardHeader .arangoHeader, .modal-header .arangoHeader{
color: white;
position: relative;
top: 7px;
left: 5px;
font-size: 16px;
}
.modal-header .arangoHeader {
color: black !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background: #788f3d;
}
@ -71,7 +71,7 @@ textarea, .alert {
background: #8f8d8c;
border: none;
color:#FFFFFF;
margin-left:4px;
margin-left:10px;
padding-top: 4px !important;
font-weight: 300 !important;
}

View File

@ -98,6 +98,7 @@ background-color: none !important;
#logTableID, #infoTableID, #debugTableID, #critTableID, #warnTableID {
border-spacing: 0 0px;
margin-top: -5px !important;
font-size: 15px !important;
}
@ -134,5 +135,6 @@ background-color: none !important;
#logTableID thead th, #infoTableID thead th, #debugTableID thead th, #critTableID thead th, #warnTableID thead th {
border-top: 2px solid #888888;
border-bottom: 1px solid #888888;
background-color: #FFFFFF !important;
}

View File

@ -53,7 +53,7 @@
}
.modal-text {
font-weight: normal;
font-weight: 300;
padding-top: 3px;
padding-bottom: 3px;
}
@ -99,6 +99,11 @@
border-bottom: 1px solid #888888;
}
.figuresHeader th {
font-weight: 400 !important;
font-family: 'Lato', sans-serif !important;
}
#collectionIndexTable {
margin-left: 0;
width: 100%;
@ -118,7 +123,7 @@
}
#infoTab {
padding-right: 30px;
padding-right: 10px;
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 1px;
@ -135,6 +140,9 @@
background-color: #F1F0EE;
border-bottom: 1px solid #888888;
border-radius: 0 !important;
height: 21px;
font-size: 13px !important;
padding: 4px !important;
}
#infoTab .active > a {
@ -151,11 +159,11 @@
}
.modal-footer {
border-top: 1px solid #888888 !important;
border-top: 0 !important;
}
.modal-header {
border-bottom: 1px solid #888888 !important;
border-bottom: 0 !important;
}
.modal-body .glyphicon-info-sign {
@ -172,3 +180,17 @@
#closeBtnInfoView {
margin-left: 0 !important;
}
.modal-body {
font-weight: 300;
font-family: 'Lato', sans-serif !important;
}
.collectionTh, .collectionInfoTh2 {
font-weight: 400 !important;
font-family: 'Lato', sans-serif !important;
}
#confirmCreateEdge {
margin-left: 20px;
}

View File

@ -25,7 +25,7 @@
body, input, textarea, .page-title span, .pingback a.url {
/*font-family: "Helvetica",sans-serif;*/
font-family: 'Lato', sans-serif;
font-family: 'Lato', sans-serif !important;
font-weight: 300;
}

View File

@ -21,7 +21,7 @@
#editorToolbar {
width: auto;
margin-top: 10px !important;
margin-top: 20px !important;
margin-left: 0px;
margin-right: 0px;
border-top: 1px solid #A0A0A0;

View File

@ -24,15 +24,15 @@
height: 400px;
background-color:white;
overflow: hidden;
border: 1px solid black;
border: 1px solid #A0A0A0;
}
.vsplitbar {
border: 0;
width: 10px;
background-color: #F0F0F0;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid #A0A0A0;
border-bottom: 1px solid #A0A0A0;
border-left: 1px solid #A0A0A0;
border-right: 1px solid #A0A0A0;
background-image: url(../img/stripes90.gif);
@ -54,6 +54,13 @@
height: 400px;
border-bottom: 2px solid black !important;
}
#replShell pre {
border-top: 1px solid #A0A0A0 !important;
border-right: 1px solid #A0A0A0 !important;
border-left: 0 !important;
border-bottom: 0 !important;
}
/* The inner console element. */
.jqconsole {
background-color: black;

View File

@ -1,7 +1,7 @@
<div id="show-collection" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display:none">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="show-collection-name">Collection Info</h3>
<a class="arangoHeader" id="show-collection-name">Collection Info</a>
</div>
<div class="modal-body">

View File

@ -1,7 +1,7 @@
<div id="change-collection" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display:none">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Modify Collection</h3>
<a class="arangoHeader">Modify Collection</a>
</div>
<div class="modal-body">
<table>
@ -49,7 +49,7 @@
</table>
</div>
<div id="colFooter" class="modal-footer">
<button id="delete-modified-collection" class="btn btn-danger pull-left">Delete</button>
<button id="delete-modified-collection" class="btn btn-danger">Delete</button>
<button class="btn btn-close btn-margin" data-dismiss="modal" aria-hidden="true">Close</button>
<button id="save-modified-collection" class="btn btn-success pull-right" style="margin-right:8px">Save</button>
</div>

View File

@ -89,7 +89,7 @@
</ul>
<ul class="thumbnails">
<div class="containerdivNewLine"/>
</ul>
<div class="thumbnails">
<div class="containerdivNewLine"/>
</div>

View File

@ -5,9 +5,9 @@
<div id="sourceDiv">
<ul class="nav nav-tabs arangoTab">
<li class="active pull-right"><a>Sourceview</a></li>
<li class="active pull-right"><a>Source</a></li>
<li class="pull-right">
<a id="tableView">Listview</a>
<a id="tableView">List</a>
</li>
</ul>

View File

@ -7,9 +7,9 @@
<div id="tableDiv">
<ul class="nav nav-tabs arangoTab">
<li class="pull-right" ><a id="sourceView">Sourceview</a></li>
<li class="pull-right" ><a id="sourceView">Source</a></li>
<li class="active pull-right">
<a>Listview</a>
<a>List</a>
</li>
</ul>

View File

@ -44,7 +44,7 @@
</table>
</div>
<div id="colFooter" class="modal-footer">
<button id="uninstall" class="btn btn-danger pull-left">Uninstall</button>
<button id="uninstall" class="btn btn-danger">Uninstall</button>
<button id="change" class="btn btn-success pull-right" disabled>Save</button>
<%if (attributes.active) {%>
<button id="deactivate" class="btn btn-warning pull-right" style="margin-right:8px" disabled>Deactivate</button>

View File

@ -67,7 +67,7 @@
</div>
<div id="colFooter" class="modal-footer">
<button id="save-edit-query" class="btn btn-success pull-right">Save</button>
<button id="delete-edit-query" class="btn btn-danger pull-left">Delete</button>
<button id="delete-edit-query" class="btn btn-danger">Delete</button>
<button class="btn btn-close btn-margin" data-dismiss="modal" aria-hidden="true">Close</button>
</div>
<div class="alert alert-error" style="display:none" id="reallyDeleteQueryDiv">