소스 검색

css

Signed-off-by: bachy <git@g-u-i.net>
bachy 13 년 전
부모
커밋
420f792a08
2개의 변경된 파일48개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 0
      css/guibik.css
  2. 48 13
      less/guibik.less

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
css/guibik.css


+ 48 - 13
less/guibik.less

@@ -54,17 +54,18 @@ select.form-select {
   max-width:100%;
   max-width:100%;
 }
 }
 
 
+
 span.autocomplete-deluxe-button{top:0.25em;}
 span.autocomplete-deluxe-button{top:0.25em;}
 
 
 .fieldset {
 .fieldset {
-  margin:20px 0px 10px;
+  &.titled{margin:20px 0px 10px!important;}
   display:block;
   display:block;
   position:relative;
   position:relative;
   min-height:28px;
   min-height:28px;
   border: 0 solid #eee;
   border: 0 solid #eee;
 	border-top:1px solid #4C4C4C;
 	border-top:1px solid #4C4C4C;
 	legend{
 	legend{
-		margin-top:-15px;
+		margin-top:-0.9em;
 	}
 	}
 	&.collapsible legend{
 	&.collapsible legend{
 		a.fieldset-title{
 		a.fieldset-title{
@@ -96,10 +97,22 @@ span.autocomplete-deluxe-button{top:0.25em;}
 
 
 }
 }
 
 
+.tabledrag-processed{
+	border:0 solid #fff;
+	padding-bottom:2em;
+/*	border-top:1px solid #4C4C4C;*/
+	thead{
+		background-color: transparent;
+		label{color:inherit; text-shadow: none; padding:0 0 0 0.5em;}
+		th{background-color: transparent; text-transform:uppercase; font-weight:bold;}
+	}
+}
+
+
 .item-list h3,
 .item-list h3,
 .block .block-title,
 .block .block-title,
 .fieldset-title,
 .fieldset-title,
-.collapsible .fieldset-legend a {
+.collapsible .fieldset-legend a{
 	display:inline-block; width:auto;
 	display:inline-block; width:auto;
 	.rounded(); 
 	.rounded(); 
 	font-size:12px; 
 	font-size:12px; 
@@ -109,6 +122,7 @@ span.autocomplete-deluxe-button{top:0.25em;}
   padding:2px 9px 3px;
   padding:2px 9px 3px;
   color:#fff;
   color:#fff;
   background:#666;
   background:#666;
+
 }
 }
 
 
 .block .block-content,
 .block .block-content,
@@ -131,18 +145,37 @@ span.autocomplete-deluxe-button{top:0.25em;}
 li{list-style: none inside url();}
 li{list-style: none inside url();}
 
 
 /** NODE FORM */
 /** NODE FORM */
-.node-form{
+#user-profile-form, .node-form{
 	label{text-transform: uppercase; font-size:1em;}
 	label{text-transform: uppercase; font-size:1em;}
+
 	.fieldset-title,
 	.fieldset-title,
 	.vertical-tab-button strong, .horizontal-tab-button strong{text-transform: uppercase; font-size:0.8em; font-weight:bold;}
 	.vertical-tab-button strong, .horizontal-tab-button strong{text-transform: uppercase; font-size:0.8em; font-weight:bold;}
-	div.form-type-checkboxes>label, div.form-type-checkboxes>div.form-checkboxes{display:inline-block;}
-	.form-item-language>label, .form-item-language>select{display: inline-block;}
+	
+	div.form-type-checkboxes{
+		&>label, &>div.form-checkboxes{.inline-block;}		
+	}
+
+	.form-item-language, 	.form-type-select{
+		&>label, &>select{.inline-block;}
+		&>label{width:35%;}
+		&>select{max-width:60%;}
+		
+	}
+	
 	.form-type-textfield{
 	.form-type-textfield{
-		&>label, &>input.form-text{display:inline-block; margin:0;}
+		&>label, &>input.form-text{.inline-block; margin:0;}
 		&>label{width:35%;}
 		&>label{width:35%;}
 		&>input.form-text{max-width:60%;}
 		&>input.form-text{max-width:60%;}
 	}
 	}
 	
 	
+	.form-phone-number{
+		.form-item{.inline-block;}
+	}
+	
+	.autocomplete-deluxe-button{
+		margin-top:-3px;
+	}
+	
 	fieldset.filter-wrapper{display:none;}
 	fieldset.filter-wrapper{display:none;}
 	input.fid.form-text{display:none;}	
 	input.fid.form-text{display:none;}	
 	
 	
@@ -151,8 +184,6 @@ li{list-style: none inside url();}
 		fieldset.form-wrapper{max-width:100%; padding:0; margin:0;}
 		fieldset.form-wrapper{max-width:100%; padding:0; margin:0;}
 		.fieldset-wrapper{padding:0;}
 		.fieldset-wrapper{padding:0;}
 		input.form-text{width:100%;}
 		input.form-text{width:100%;}
-
-		
 	}
 	}
 	
 	
 	tr.draggable{
 	tr.draggable{
@@ -259,9 +290,13 @@ input.form-submit,
   border-style:solid;
   border-style:solid;
   border-color:#ddd #ddd #ccc;
   border-color:#ddd #ddd #ccc;
   background:#bdf url();
   background:#bdf url();
-	-moz-border-radius: 5px;
-		-webkit-border-radius: 5px;
-		border-radius: 5px;
+	.rounded();
+	
+	&.field-add-more-submit{
+		padding:0.1em 0.4em 0;
+		font-size:10px;
+	}
+
 		
 		
 }
 }
 .node-edit, .button, .node-delete{font-size:10px;padding:0.1em 0.6em;}
 .node-edit, .button, .node-delete{font-size:10px;padding:0.1em 0.6em;}
@@ -277,7 +312,7 @@ input.form-submit:hover,
 	background-color: #848484;
 	background-color: #848484;
 }
 }
 
 
-input.button-yes, .node-edit{
+input.button-yes:not(.field-add-more-submit), .node-edit{
 	background-color: #CCFF2F;
 	background-color: #CCFF2F;
 	&:hover{
 	&:hover{
 		color:#CCFF2F;
 		color:#CCFF2F;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.