PHP Classes

File: complex-example/view/css/address-book.css

Recommend this page to a friend!
  Classes of none   Raw AJAX Wrapper   complex-example/view/css/address-book.css   Download  
File: complex-example/view/css/address-book.css
Role: Auxiliary data
Content type: text/plain
Description: Css file
Class: Raw AJAX Wrapper
Generate JavaScript to send AJAX requests
Author: By
Last change:
Date: 10 years ago
Size: 1,492 bytes
 

Contents

Class file image Download
@CHARSET "UTF-8"; body { background-color: #9FB8C4; } h1, h2, h3 { padding-left: 5px; } form { padding-left: 5px; } table { width: 100%; margin-left:auto; margin-right:auto; } th, td { text-align:left; padding-left: 5px; } a { padding: 5px 3px 5px 3px; border: solid 1px #CCCCCC; background-color: #E5E5E5; } div#container { background-color: #CDDEE7; width: 95%; border: solid 1px #CCCCCC; margin-left:auto; margin-right:auto; height: 600px; } div#filter { float: left; } div#data { float: left; width: 100%; } div#insert { float: left; width: 100%; } .centrato { margin:20px auto; /* Impostiamo il margine superiore ed inferiore a 0 e in auto i margini laterali */ padding:10px; } .debug{ width: 98%; height: auto; margin: 20px auto; padding:10px; text-align: left; background-color: LightSalmon; border: solid 1px #CCCCCC; } .star{ font-size: 10pt; color: red; } .db_res{ width: 100%; border: solid 1px #cccccc; } .db_res td{ min-width: 100px; border: solid 1px #cccccc; padding: 10px 3px 10px 3px; } .db_res th{ min-width: 100px; border: solid 1px #cccccc; padding: 10px 3px 10px 3px; } /*Override*/ .ui-btn { clear: both; } input.ui-input-text, textarea.ui-input-text { width: 77%; padding: .2em; font-size: 16px; } .ui-checkbox, .ui-radio { clear: none; } .ui-checkbox input, .ui-radio input { /*position: absolute;*/ left: 200px; top: -20px; width: 15px; height: 15px; margin: 0; }