PHP Classes

File: web/bundles/Raptor/UIR/css/uir-form.css

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/Raptor/UIR/css/uir-form.css   Download  
File: web/bundles/Raptor/UIR/css/uir-form.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change: Modificacion del core de la actualizacion 2.1.5
Date: 8 years ago
Size: 2,307 bytes
 

Contents

Class file image Download
form div { } form div label.campo{ width: 25%; float: left; } input[type=submit]{ margin-left: 150px; margin-top: 20px; } fieldset{ } form .float-msg{ position:absolute; } .select2-container-error{ border: 1px red solid; border-radius:3px; border-color: rgba(215, 18, 18, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); } .swicht-container-error{ border: 1px red solid; border-radius:3px; } .switch-error{ border: 1px red solid !important; border-color: rgba(215, 18, 18, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); } .select2-error{ color:red; background-image: url(img/error.png); background-repeat: no-repeat; padding-left: 20px; background:white; padding:10px; border: 1px red solid; border-radius:5px; } label.error{ z-index: 1000000; } form input.error{ border-color: rgba(215, 18, 18, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); } form .error{ border-color: rgba(215, 18, 18, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 18, 18, 0.6); } label.alert-error{ background: white; border: solid 1px #d4d4d4; padding: 10px; display: none !important; }