balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

styles-rtl.css (859B)


      1 /*
      2  * Tabs
      3  */
      4 #contact-form-editor-tabs {
      5 	padding: 9px 10px 0 15px;
      6 }
      7 
      8 /*
      9  * Form Tab
     10  */
     11 .tag-generator-panel {
     12 	text-align: right;
     13 }
     14 
     15 .tag-generator-panel .control-box > fieldset > legend {
     16 	border: 1px solid #dfdfdf;
     17 	border-right: 4px solid #00a0d2;
     18 }
     19 
     20 .tag-generator-panel .insert-box input.tag {
     21 	float: right;
     22 }
     23 
     24 .tag-generator-panel .insert-box .submitbox input[type="button"] {
     25 	float: left;
     26 }
     27 
     28 /*
     29  * Mail Tab
     30  */
     31 .contact-form-editor-box-mail span.mailtag {
     32 	margin: 0 4px 0 0;
     33 }
     34 
     35 /*
     36  * Welcome Panel
     37  */
     38 .welcome-panel .welcome-panel-column,
     39 .welcome-panel .welcome-panel-column:first-child {
     40 	padding: 0 0 0 2%;
     41 }
     42 
     43 /*
     44  * Integration
     45  */
     46 .card {
     47 	border-left: 1px solid #e5e5e5;
     48 	border-right: 4px solid #e5e5e5;
     49 }
     50 
     51 .card img.icon {
     52 	float: right;
     53 	margin: 8px -8px 8px 8px;
     54 }
     55 
     56 .card h2.title {
     57 	float: right;
     58 }
     59 
     60 .card .infobox {
     61 	float: left;
     62 }