/* * #%L * synat-ui-commons * %% * Copyright (C) 2010 - 2013 ICM, Warsaw University * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ #form {padding:20px; margin:0 auto; display: block; height:50%; width:100% background: #f0f6fb; float:left;} #form .row {display: block; background: #f0f6fb; width: 100%;} #form .row span {font-weight:bold; color:red; float:left; clear: right; display: inline; margin: 2px} #form .row label {font-weight:bold; color:#3C76A8; float:left; clear: left; display: inline; width:130px} #form .row input{float:left; width:200px; border:solid 1px #aacfe4; margin:2px 0 20px 10px; display: inline; } #form .row select{float:left; width:200px; border:solid 1px #aacfe4; margin:2px 0 20px 10px; display: inline; } #form .row textarea{float:left; width:200px; border:solid 1px #aacfe4; margin:2px 0 20px 10px; display: inline; } /*#content #form div textarea{clear:both; width:320px; height:150px; float:left}*/ #form .row input[type="submit"]{clear:both; width:100px; margin:20px 0; background:#3C76A8; color:#FFFFFF; cursor: pointer} #form .row input[type="reset"]{width:100px; margin:20px 20px; background:#3C76A8; color:#FFFFFF; cursor: pointer} .sub_menu {list-style:none; line-height:18px; margin-left:10px} .sub_menu li a {color:#f0f6fb} .sub_menu li a:hover {text-decoration:underline} .process_actions a {text-decoration:underline;margin:5px;} .process_actions {text-align:center} .processesTable { margin: auto; background:#EEEEEE; border: 1px solid #EEEEEE; border-collapse: separate; *border-collapse: collapse; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .processesTable th { text-align:center; } .processesTable td { border-left: 1px solid #EEEEEE; }