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 {
|
||||
|
||||
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 {
|
||||
|
||||
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 */
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
}
|
||||
|
||||
#editorLabel, #outputLabel {
|
||||
background-color: #F0F0F0;
|
||||
border-left: 1px solid #A0A0A0;
|
||||
border-right: 1px solid #A0A0A0;
|
||||
border-top: 1px solid #A0A0A0;
|
||||
width: 80px;
|
||||
background-color: #F0F0F0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
#queryOutput {
|
||||
width: 890px;
|
||||
width: 898px;
|
||||
background-color: white;
|
||||
height: 350px;
|
||||
overflow-y: hidden;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div id="editorLabel">Input</div>
|
||||
<div id="aqlEditor"></div>
|
||||
<button id="submitQueryButton" class="btn btn-primary">Submit</button>
|
||||
<button id="submitQueryButton" class="arangoBtnSuccess">Submit</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue