server/src/main/webapp/static/css/index.css
changeset 133 4a2bb15f76cd
parent 129 01c862ada33c
child 136 a822178766ce
equal deleted inserted replaced
132:860340d4c645 133:4a2bb15f76cd
    75 
    75 
    76 div#wrapper {
    76 div#wrapper {
    77     padding-bottom: 1em; /* bottom padding for footer */
    77     padding-bottom: 1em; /* bottom padding for footer */
    78 }
    78 }
    79 
    79 
    80 div#footer {
    80 footer#footer {
    81     position:absolute;
    81     position:absolute;
    82     bottom:0;
    82     bottom:0;
    83     width:100%;
    83     width:100%;
    84     font-size: 12px;
    84     font-size: 12px;
    85 }
    85 }
    86  
    86  
    87 div#footer div {
    87 footer#footer div {
    88      float:right;
    88      float:right;
    89      margin: 15px 10px 0 0;
    89      margin: 15px 10px 0 0;
    90 }
    90 }
    91 
    91 
    92 #home-link,#home-link:link,#home-link:hover,#home-link:active,#home-link:visited {
    92 #home-link,#home-link:link,#home-link:hover,#home-link:active,#home-link:visited {
   146  button, input {
   146  button, input {
   147    font-weight: bold;
   147    font-weight: bold;
   148    font-size: 15px;
   148    font-size: 15px;
   149  }
   149  }
   150   
   150   
   151  input[type="text"] {
   151  #inner input[type="text"] {
   152    background: #fff;
   152    background: #fff;
   153    border: 1px solid #bbb;
   153    border: 1px solid #bbb;
   154    border-radius: 3px;
   154    border-radius: 3px;
   155    box-sizing: border-box;
   155    box-sizing: border-box;
   156    -moz-box-sizing: border-box;   
   156    -moz-box-sizing: border-box;   
   158    *padding: 0; /* IE7 hack */
   158    *padding: 0; /* IE7 hack */
   159    width: 100%;
   159    width: 100%;
   160    height: 100%;
   160    height: 100%;
   161    outline: none;
   161    outline: none;
   162    position: absolute;
   162    position: absolute;
   163  }
   163 }
   164  
   164  
   165  button[type="submit"] {
   165  #inner button[type="submit"] {
   166    position: absolute;
   166    position: absolute;
   167    right: -45px;
   167    right: -45px;
   168    width: 45px;
   168    width: 45px;
   169    height: 38px;
   169    height: 38px;
   170  }
   170 }
   171  
   171 
       
   172 #objects-content {
       
   173     float: left;
       
   174 }
       
   175 
       
   176 #objects-content table {
       
   177     width: 100%;
       
   178 }
       
   179 
       
   180 .object-tools {
       
   181     font-size: 11px;
       
   182     font-weight: bold;
       
   183     font-family: Arial,Helvetica,sans-serif;
       
   184     padding-left: 0;
       
   185     float: right;
       
   186     position: relative;
       
   187     margin: -2.4em -15px -2em 0;
       
   188 }
       
   189 
       
   190 .object-tools li {
       
   191 	list-style: none;
       
   192 }
       
   193 
       
   194 .object-tools a:link, .object-tools a:visited {
       
   195     display: block;
       
   196     float: left;
       
   197     color: white;
       
   198     padding: .1em 8px .1em 8px;
       
   199     height: 14px;
       
   200     background: #666666;
       
   201     text-decoration: none;
       
   202 }
       
   203 
       
   204 .spaces-table-title {
       
   205 	width: 250px;
       
   206 }
       
   207 .spaces-table-created {
       
   208     width: 120px;
       
   209 }
       
   210 
       
   211 .spaces-table-actions {
       
   212     width: 40px;
       
   213 }
       
   214 
       
   215 .spaces-table-actions-disabled, .spaces-table-actions-disabled:link, .spaces-table-actions-disabled:visited, .spaces-table-actions-disabled:hover, .spaces-table-actions-disabled:active, .spaces-table-actions-disabled:focus {
       
   216 	color: gray;
       
   217 	text-decoration: none;
       
   218 	cursor: default;
       
   219 }
       
   220 
       
   221 td.spaces-table-created {
       
   222 	text-align: center;
       
   223 }
       
   224 
       
   225 .form-fields label, .form-fields input, .form-fields textarea, .form-fields #binConfigDiv {
       
   226   display:inline-block;
       
   227 }
       
   228 
       
   229 .form-fields label {
       
   230   width:150px;
       
   231   float: left;
       
   232 }
       
   233 
       
   234 .form-fields input, .form-fields textarea {
       
   235   width:200px;
       
   236 }
       
   237 
       
   238 
       
   239 #space-form-container {
       
   240 	margin: 12px 0px 0px 15px;
       
   241 }
       
   242 
       
   243 .form-fields div {
       
   244 	margin-bottom: 12px; 
       
   245 }
       
   246 
       
   247 .form-error {
       
   248 	color: red;
       
   249 }
       
   250 
       
   251 #binConfigDiv { 
       
   252     position: relative;
       
   253     width: 650px;
       
   254     height: 150px;
       
   255 }
       
   256 
       
   257 #binConfigDiv div {
       
   258     margin-bottom: 0; 
       
   259 }
       
   260 
       
   261 #space-delete-container {
       
   262 	margin-left: 12px;
       
   263 	margin-top: 1em;
       
   264 }
       
   265 
       
   266 
       
   267 #space-delete-confirm-buttons {
       
   268 	margin-top: 1em;
       
   269 }
       
   270 
       
   271 #space-delete-confirm-buttons form {
       
   272 	margin: 0;
       
   273 	padding: 0;
       
   274 	display: inline;
       
   275 }
       
   276 
       
   277 #space-delete-confirm-buttons input[type=submit] {
       
   278 	margin-right: 12px;
       
   279 }