mirror of https://gitee.com/bigwinds/arangodb
query css + arangobuttons css
This commit is contained in:
parent
26bcd908a5
commit
abc7d35c40
|
@ -1,13 +1,32 @@
|
||||||
.arangoBtn {
|
.arangoBtn {
|
||||||
|
background: none repeat scroll 0 0 #FFFFFF;
|
||||||
|
color: #333232;
|
||||||
|
float: left;
|
||||||
|
font-family: Rockwell,Georgia,"Times New Roman",Times,serif;
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 4px 10px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arangoBtnError {
|
.arangoBtnError {
|
||||||
|
background-color: #DA4F49;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
color: #FFFFFF;
|
||||||
|
float: left;
|
||||||
|
font-family: Rockwell,Georgia,"Times New Roman",Times,serif;
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 4px 10px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arangoBtnSuccess
|
.arangoBtnSuccess {
|
||||||
|
background: none repeat scroll 0 0 #5E7B36;
|
||||||
|
color: #FFFFFF;
|
||||||
|
float: left;
|
||||||
|
font-family: Rockwell,Georgia,"Times New Roman",Times,serif;
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 4px 10px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Radius */
|
/* Radius */
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorLabel, #outputLabel {
|
#editorLabel, #outputLabel {
|
||||||
|
background-color: #F0F0F0;
|
||||||
border-left: 1px solid #A0A0A0;
|
border-left: 1px solid #A0A0A0;
|
||||||
border-right: 1px solid #A0A0A0;
|
border-right: 1px solid #A0A0A0;
|
||||||
border-top: 1px solid #A0A0A0;
|
border-top: 1px solid #A0A0A0;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
background-color: #F0F0F0;
|
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#queryOutput {
|
#queryOutput {
|
||||||
width: 890px;
|
width: 898px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 350px;
|
height: 350px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<div id="editorLabel">Input</div>
|
<div id="editorLabel">Input</div>
|
||||||
<div id="aqlEditor"></div>
|
<div id="aqlEditor"></div>
|
||||||
<button id="submitQueryButton" class="btn btn-primary">Submit</button>
|
<button id="submitQueryButton" class="arangoBtnSuccess">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue