PHP Classes

File: web/bundles/bootstrap/vu/css/bootbox.add.css

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/bootstrap/vu/css/bootbox.add.css   Download  
File: web/bundles/bootstrap/vu/css/bootbox.add.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 795 bytes
 

Contents

Class file image Download
/*BEGIN - CSS DE LOS MENSAJES DE BOOTBOX.ADD*/ .msg-error{ width: 60px; height: 60px; float: left; margin-right: 10px; background-image: url('../images/error.png') } .msg-info{ width: 60px; height: 60px; float: left; margin-right: 10px; background-image: url('../images/info.png') } .msg-warning{ width: 60px; height: 60px; float: left; margin-right: 10px; background-image: url('../images/warning.png') } .msg-confirm{ width: 60px; height: 60px; float: left; margin-right: 10px; background-image: url('../images/confirm.png') } .vu-text-msg{ display: inline-block; margin-top: 10px; } .vu-text-msg-container{ min-height: 60px; padding-left: 70px; } /*END - CSS DE LOS MENSAJES DE BOOTBOX.ADD*/