Ray's fix for ad_banner
This commit is contained in:
		
							parent
							
								
									30edc317b2
								
							
						
					
					
						commit
						8cc0611c4a
					
				|  | @ -66,22 +66,20 @@ | |||
| 	overflow: hidden; | ||||
| } | ||||
| .file-upload .file-name { | ||||
| 	white-space: nowrap; | ||||
| 	overflow: hidden; | ||||
| 	border-style: solid; | ||||
| 	border-width: 1px 1px 1px 0; | ||||
| 	border-color: #CCC; | ||||
| 	display: inline-block; | ||||
| 	float: left; | ||||
| 	padding: 4px 10px; | ||||
| 	height: 18px; | ||||
| 	line-height: 18px; | ||||
| 	-webkit-border-radius: 0 3px 3px 0; | ||||
| 	-moz-border-radius: 0 3px 3px 0; | ||||
| 	border-radius: 0 3px 3px 0; | ||||
| 	text-align: left; | ||||
| 	margin: 0; | ||||
|     width: 182px; | ||||
|   border-color: #CCCCCC; | ||||
|   border-radius: 0 3px 3px 0; | ||||
|   border-style: solid; | ||||
|   border-width: 1px 1px 1px 0; | ||||
|   display: inline-block; | ||||
|   float: left; | ||||
|   height: 18px; | ||||
|   line-height: 18px; | ||||
|   margin: 0; | ||||
|   overflow: hidden; | ||||
|   padding: 4px 10px; | ||||
|   text-align: left; | ||||
|   white-space: nowrap; | ||||
|   width: 182px; | ||||
| } | ||||
| .file-upload .upload { | ||||
| 	margin:0; | ||||
|  | @ -111,11 +109,11 @@ | |||
|     width: 100%; | ||||
| } | ||||
| .widget-box .widgetInfo { | ||||
|     display: inline-block; | ||||
|     text-align: center; | ||||
|     width: 255px; | ||||
|     margin : 0px 0 5px; | ||||
|     padding: 5px 10px; | ||||
|   display: inline-block; | ||||
|   margin: 0 0 5px; | ||||
|   padding: 5px 10px; | ||||
|   text-align: center; | ||||
|   width: 255px; | ||||
| } | ||||
| .file-upload .input-medium { | ||||
|     border-radius: 3px 3px 3px 3px !important; | ||||
|  | @ -128,21 +126,25 @@ | |||
| } | ||||
| /*Date*/ | ||||
| .showDate { | ||||
| 	border-style: solid; | ||||
| 	border-width: 1px 0 1px 1px; | ||||
| 	border-color: #CCC; | ||||
| 	display: inline-block; | ||||
| 	float: left; | ||||
| 	padding: 4px 10px; | ||||
| 	height: 18px; | ||||
| 	line-height: 18px; | ||||
| 	-webkit-border-radius: 3px 0 0 3px; | ||||
| 	-moz-border-radius: 3px 0 0 3px; | ||||
| 	border-radius: 3px 0 0 3px; | ||||
| 	text-align: center; | ||||
|   border-color: #CCCCCC; | ||||
|   border-radius: 3px 0 0 3px; | ||||
|   border-style: solid; | ||||
|   border-width: 1px 0 1px 1px; | ||||
|   display: inline-block; | ||||
|   float: left; | ||||
|   height: 18px; | ||||
|   line-height: 18px; | ||||
|   padding: 4px 10px; | ||||
|   text-align: center; | ||||
| } | ||||
| .calendarInput { | ||||
| 	position: absolute; | ||||
| 	visibility: hidden; | ||||
| 	left: 11px; | ||||
| } | ||||
| .file-upload .input-medium { | ||||
|    border-radius: 3px 3px 3px 3px !important; | ||||
|    position: relative; | ||||
|    width: 267px; | ||||
|    z-index: 5; | ||||
| } | ||||
		Loading…
	
		Reference in New Issue