T204 Save moved. Need final touches
This commit is contained in:
		@@ -1,2 +1,2 @@
 | 
			
		||||
redis.host = redis
 | 
			
		||||
redis.host = localhost
 | 
			
		||||
redis.port = 6379
 | 
			
		||||
@@ -6,16 +6,20 @@
 | 
			
		||||
    background: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
label {
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#toolName {
 | 
			
		||||
    width: 850px;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    font-size: 72px;
 | 
			
		||||
    font-size: 42px;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    padding: 50px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.articleHead {
 | 
			
		||||
    font-size: 48px;
 | 
			
		||||
    font-size: 32px;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    height: 70px;
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
@@ -80,15 +84,16 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#functionBar {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    margin-top: 50px;
 | 
			
		||||
    /*width: 100%;*/
 | 
			
		||||
    /*margin-top: 50px;*/
 | 
			
		||||
    margin: 26px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*TODO add inactive state of the button*/
 | 
			
		||||
 | 
			
		||||
.functionBarButton {
 | 
			
		||||
    width: 200px;
 | 
			
		||||
    float: left;
 | 
			
		||||
    /*float: left;*/
 | 
			
		||||
    margin-left: 10px;
 | 
			
		||||
    margin-right: 10px;
 | 
			
		||||
    font-size: 24px;
 | 
			
		||||
@@ -96,6 +101,8 @@
 | 
			
		||||
    text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.
 | 
			
		||||
 | 
			
		||||
#link {
 | 
			
		||||
    width: 750px;
 | 
			
		||||
    margin-bottom: 40px;
 | 
			
		||||
 
 | 
			
		||||
@@ -22,29 +22,33 @@
 | 
			
		||||
                    <div id="messageLink" class="field"></div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div id="msgBody">
 | 
			
		||||
                    <div>
 | 
			
		||||
                        <div>
 | 
			
		||||
                            <label for="httpStatus">Http Status</label>
 | 
			
		||||
                            <input type="text" id="httpStatus" class="field fieldDefault" value="200" list="httpStatusSuggestion">
 | 
			
		||||
                            <datalist id="httpStatusSuggestion">
 | 
			
		||||
                                <option value="200">
 | 
			
		||||
                                <option value="300">
 | 
			
		||||
                                <option value="400">
 | 
			
		||||
                                <option value="403">
 | 
			
		||||
                                <option value="404">
 | 
			
		||||
                                <option value="500">
 | 
			
		||||
                            </datalist>
 | 
			
		||||
                    <div style="display: inline-block;">
 | 
			
		||||
                        <div style="display: inline-block;">
 | 
			
		||||
                            <div>
 | 
			
		||||
                                <label for="httpStatus">Http Status</label>
 | 
			
		||||
                                <input type="text" id="httpStatus" class="field fieldDefault" value="200" list="httpStatusSuggestion">
 | 
			
		||||
                                <datalist id="httpStatusSuggestion">
 | 
			
		||||
                                    <option value="200">
 | 
			
		||||
                                    <option value="300">
 | 
			
		||||
                                    <option value="400">
 | 
			
		||||
                                    <option value="403">
 | 
			
		||||
                                    <option value="404">
 | 
			
		||||
                                    <option value="500">
 | 
			
		||||
                                </datalist>
 | 
			
		||||
                            </div>
 | 
			
		||||
                            <div id="typeSelection">
 | 
			
		||||
                                <label for="typeSelector">Content Type</label>
 | 
			
		||||
                                <input id="typeSelector" class="field fieldDefault" list="contentTypes" value="application/xml"/>
 | 
			
		||||
                                <datalist id="contentTypes">
 | 
			
		||||
                                    <option value="application/xml">
 | 
			
		||||
                                    <option value="application/json">
 | 
			
		||||
                                    <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 style="clear: both;"></div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div id="typeSelection">
 | 
			
		||||
                            <label for="typeSelector">Content Type</label>
 | 
			
		||||
                            <input id="typeSelector" class="field fieldDefault" list="contentTypes" value="application/xml"/>
 | 
			
		||||
                            <datalist id="contentTypes">
 | 
			
		||||
                                <option value="application/xml">
 | 
			
		||||
                                <option value="application/json">
 | 
			
		||||
                                <option value="text/xml">
 | 
			
		||||
                            </datalist>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div></div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div id="bodyEdition">
 | 
			
		||||
                        <label for="bodyEditor">Body:</label>
 | 
			
		||||
@@ -98,10 +102,7 @@
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div id="functionBar">
 | 
			
		||||
                    <button id="btn-save" type="submit" class="functionBarButton btn-action">Save</button>
 | 
			
		||||
                    <div style="clear: both;"></div>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
        </div>
 | 
			
		||||
        <div id="selectMenu">
 | 
			
		||||
            <div id="selectMenuContent" style="display: none;">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user