T204 Saved button repositioned
This commit is contained in:
		| @@ -83,19 +83,31 @@ label { | ||||
|     border-bottom: gray 1px solid; | ||||
| } | ||||
|  | ||||
| #messageFields { | ||||
|     height: 120px; | ||||
| } | ||||
|  | ||||
| .fieldFloater { | ||||
|     float: left; | ||||
|     height: 100%; | ||||
| } | ||||
|  | ||||
| #functionBar { | ||||
|     /*width: 100%;*/ | ||||
|     /*margin-top: 50px;*/ | ||||
|     margin: 26px; | ||||
| } | ||||
|  | ||||
| /*TODO add inactive state of the button*/ | ||||
|  | ||||
| .buttonSpacer { | ||||
|     height: 30%; | ||||
| } | ||||
|  | ||||
| .functionBarButton { | ||||
|     width: 200px; | ||||
|     /*float: left;*/ | ||||
|     margin-left: 10px; | ||||
|     margin-right: 10px; | ||||
|     clear: both; | ||||
|     width: 263px; | ||||
|     height: 40%; | ||||
|     margin-left: 80px; | ||||
|     right: 0; | ||||
|     /*margin: auto;*/ | ||||
|     font-size: 24px; | ||||
|     padding: 12px; | ||||
|     text-align: center; | ||||
|   | ||||
| @@ -22,8 +22,8 @@ | ||||
|                     <div id="messageLink" class="field"></div> | ||||
|                 </div> | ||||
|                 <div id="msgBody"> | ||||
|                     <div style="display: inline-block;"> | ||||
|                         <div style="display: inline-block;"> | ||||
|                     <div id="messageFields"> | ||||
|                         <div class="fieldFloater"> | ||||
|                             <div> | ||||
|                                 <label for="httpStatus">Http Status</label> | ||||
|                                 <input type="text" id="httpStatus" class="field fieldDefault" value="200" list="httpStatusSuggestion"> | ||||
| @@ -45,11 +45,16 @@ | ||||
|                                     <option value="text/xml"> | ||||
|                                 </datalist> | ||||
|                             </div> | ||||
|                         </div><div id="functionBar" style="display: inline-block;"> | ||||
|                             <button id="btn-save" type="submit" class="functionBarButton btn-action">Save</button> | ||||
|                         </div> | ||||
|                         <div class="fieldFloater" id="functionBar"> | ||||
|                             <div class="buttonSpacer"></div> | ||||
|                             <div><button id="btn-save" type="submit" class="functionBarButton btn-action">Save</button></div> | ||||
|                             <div class="buttonSpacer"></div> | ||||
|                             <div style="clear: both;"></div> | ||||
|                         </div> | ||||
|                         <div style="clear: both;"></div> | ||||
|                     </div> | ||||
|  | ||||
|                     <div id="bodyEdition"> | ||||
|                         <label for="bodyEditor">Body:</label> | ||||
|                         <textarea type="text" id="bodyEditor" class="field resizeNone fieldText"></textarea> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user