T141 common styles merged
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
/*TODO create tab menu style in common.css*/
|
||||
|
||||
#advancedMenu {
|
||||
margin-top: 30px;
|
||||
width: 720px;
|
||||
@@ -57,6 +59,7 @@
|
||||
padding: 10px;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
border-bottom: #f0f0f0 1px solid;
|
||||
}
|
||||
|
||||
.advancedMenuTab:hover {
|
||||
@@ -73,6 +76,7 @@
|
||||
background: gray;
|
||||
color: white;
|
||||
font-weight: 700;
|
||||
border-bottom: gray 1px solid;
|
||||
}
|
||||
|
||||
#functionBar {
|
||||
@@ -95,10 +99,12 @@
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
/*TODO add style to common*/
|
||||
#messageLink {
|
||||
width: 630px;
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
.fieldDefault {
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
<div id="msgBody">
|
||||
<div id="typeSelection">
|
||||
<label for="httpStatus">Http Status</label>
|
||||
<textarea type="text" id="httpStatus" class="field"></textarea>
|
||||
<textarea type="text" id="httpStatus" class="field fieldDefault"></textarea>
|
||||
|
||||
<label for="typeSelector">Content Type</label>
|
||||
<select id="typeSelector" class="field">
|
||||
<select id="typeSelector" class="field fieldDefault">
|
||||
<option value="application/xml">application/xml</option>
|
||||
<option value="application/json">application/json</option>
|
||||
<option value="text/xml">text/xml</option>
|
||||
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
<div id="bodyEdition">
|
||||
<label for="bodyEditor">Body:</label>
|
||||
<textarea type="text" id="bodyEditor" class="field resizeNone"></textarea>
|
||||
<textarea type="text" id="bodyEditor" class="field resizeNone fieldText"></textarea>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="functionBar">
|
||||
<button id="btn-save" type="submit" class="functionBarButton" onclick="updateData()">Save</button>
|
||||
<button id="btn-save" type="submit" class="functionBarButton btn-action" onclick="updateData()">Save</button>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user