[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Install/resources/css/ -> style.css (source)

   1  html{
   2      height:100%;
   3  }
   4  body{
   5      font-family: Tahoma, "Trebuchet MS","Lucida Grande",Verdana;
   6      background: #F5FAEE;/*#f1f6e8;*/
   7      color : #555;
   8      font-size: 80%;
   9      height: 98%;
  10  }
  11  .page-container{
  12      width:70%;
  13      margin: 10px auto;
  14      min-height: 600px;
  15      min-width: 1100px;
  16      /*height: 100%;*/
  17  }
  18  .error{
  19      border: 1px solid red !important;
  20  }
  21  .main-container{
  22      background: #fff;
  23      border: 1px solid #ddd;
  24      border-radius: 3px;
  25      box-shadow: 0 0 5px #ccc;
  26      min-height: 375px;
  27      *padding: 0 15px;
  28  }
  29  .logo{
  30      padding: 15px 0 ;
  31  }
  32  .head
  33  {
  34      padding-top: 15px;
  35  }
  36  .inner-container{
  37      padding: 15px 2%;
  38      *padding: 15px 0 0;
  39  }
  40  .welcome-image{
  41      text-align: right;
  42  }
  43  .alignCenter{
  44      text-align: center;
  45  }
  46  .welcome-div{
  47      padding: 16% 0;
  48  }
  49  .welcome-div{
  50      padding: 16% 0;
  51  }
  52  .mig-div{
  53      padding: 10% 0;
  54  }
  55  .vLinks{
  56      margin: 6% 0;
  57      padding: 4% 10%;
  58      width: 85px;
  59      height: 200px;
  60      background: #eee;
  61      border-radius: 4px;
  62      float: right;
  63      border: 1px solid #ddd;
  64  }
  65  .marginTopZero{
  66      margin-top: 0;
  67  }
  68  hr{
  69      border: 1px solid #ddd;
  70      margin: 13px 0;
  71  }
  72  .row-fluid .group-container{
  73      background: #eee;
  74      border: 1px solid #ddd;
  75      border-radius: 3px;
  76      margin-bottom: 25px;
  77      padding: 15px;
  78      position: relative;
  79      min-height: 230px !important;
  80      *margin: 0px !important;
  81      *padding: 5px 0;
  82  }
  83  .group-heading{
  84      color: #2c69a7;
  85      text-shadow: 0px 0px 1px #BBB;
  86  }
  87  .group-desc{
  88      padding-bottom:9px;
  89      min-height: 130px;
  90  }
  91  .module_list{
  92      background: #146bae;
  93      border-radius: 3px 0;
  94      right: 0;
  95      bottom: 0;
  96      position: absolute;
  97      color: #fff;
  98      font-weight: bold;
  99      padding: 3px 10px;
 100      text-shadow: 0 0 1px #000;
 101      z-index: 605;
 102  }
 103  .module_list a{
 104      cursor: pointer;
 105      text-decoration: none;
 106      color: #fff;
 107  }
 108  .reveal_modules{
 109      position: absolute;
 110      height:0;
 111      width: 0;
 112      z-index: 600;
 113      background: #000;
 114      opacity: 0;
 115      top:100%;
 116      left:100%;
 117      color: #fff;
 118      visibility:hidden;
 119      border-radius: 3px;
 120  }
 121  .reveal_modules > div{
 122      padding-left: 30px;
 123  }
 124  .reveal_modules > div > p{
 125      margin: 0  30px 10px 0;
 126      vertical-align: top;
 127      display: inline-block;
 128  }
 129  .config-table{
 130      width: 100%;
 131      border: 1px solid #ddd;
 132      margin: 5px 0 15px;
 133      border-radius: 3px;
 134      border-collapse: separate;
 135      padding: 0;
 136      background: #fff;
 137  }
 138  .config-table tr td, .config-table tr th{
 139      padding: 8px;
 140  }
 141  
 142  .config-table tr th:last-child{
 143      border-radius: 0 3px 0 0;
 144  }
 145  .config-table tr th:first-child{
 146      border-radius: 3px 0 0 0;
 147      text-align: left;
 148  }
 149  .config-table tr td:first-child{
 150      text-align: left;
 151  }
 152  .config-table th{
 153      background: #ddd;
 154  }
 155  .config-table tr:hover{
 156      background: #efefef;
 157  }
 158  
 159  .config-table td, .config-table th{
 160      text-align: center;
 161      width: 33%;
 162  }
 163  
 164  .config-table tr td.no, p.no,span.no{
 165      color: red;
 166      font-weight: bold;
 167  }
 168  .config-table tr td.yes, p.yes, span.yes{
 169      color: green;
 170      font-weight: bold;
 171  
 172  }
 173  .config-table td span img{
 174      margin-left: 10px;
 175  }
 176  .button-container a{
 177      text-decoration: none;
 178  }
 179  .button-container{
 180      float: right;
 181  }
 182  .button-container .btn{
 183      margin-left: 15px;
 184      min-width: 100px;
 185      font-weight: bold;
 186  }
 187  .license{
 188      padding: 10px;
 189      height: 330px;
 190      overflow-y: scroll;
 191      margin: 15px 0;
 192      border: 1px solid #ddd;
 193      font-size: 12px;
 194  }
 195  .input-table tr td{
 196      padding: 5px 10px;
 197      height: 30px;
 198      text-align: left;
 199  }


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1