מדיה ויקי:Mobile.css: הבדלים בין גרסאות

מתוך ויקיתרופות
קפיצה אל: ניווט, חיפוש
Banner.jpg
שורה 49: שורה 49:
  
 
.advancedSearchBox {
 
.advancedSearchBox {
     padding:5px 10px 5px 5px;
+
     padding:5px 15px 5px 5px;
 
     background:#eee;
 
     background:#eee;
 
     width:90%;
 
     width:90%;

גרסה מתאריך 18:38, 22 ביולי 2014

/* CSS placed here will affect users of the mobile site */
.extendedInfoTab {
	width:86px;
	height:59px;
	float:right;
	margin-left:1px;
	color:#fff;
	line-height: 30px;
	padding: 10px 0;
	background:#a1a1a1;
}
.extendedInfoTabOff {
	color: #5f5f5f;
}

.drugbox th, .drugbox td {
    display:block;
}
.drugbox th {
    font-weight: bold;
    text-align:right;
}
.drugbox td {
    border-bottom: 1px solid #D9D9D9;
}

.nonRegisteredShow {
display:block;
}
.extendedInfoForDoc {
display:none;
}

.whiteLinks a,.whiteLinks a:visited {
color:#fff !important;
}

.onlymobile {
display:block;
}
.greenLinks a, .greenLinks a:visited {
    color:#0a3 !important;
}

#mainpage{
	background: url("/skins/common/images/logo_beta.png") no-repeat center top;
	padding-top: 100px;
}

.advancedSearchBox {
    padding:5px 15px 5px 5px;
    background:#eee;
    width:90%;
    margin:auto;
}

#advsearch-home-title {
    width:90%;
    margin:auto;
}

.advancedSearchField, .advancedSearchSubmitField {
	text-align:center;
}

.advancedSearchBox .sfComboBox, .inputSpan input {
	width:90%;
}