phpBB

Code Changes

File: styles/prosilver/theme/responsive.css

  Unmodified   Added   Modified   Removed
Line 22Line 22

.section-viewtopic .search-box .inputbox {
width: 57px;


.section-viewtopic .search-box .inputbox {
width: 57px;

	}

.action-bar .search-box .inputbox ::-moz-placeholder {
content: "Search...";
}

.action-bar .search-box .inputbox :-ms-input-placeholder {
content: "Search...";
}

.action-bar .search-box .inputbox ::-webkit-input-placeholder {
content: "Search...";

 
  	}
}


  	}
}


Line 150Line 138
		margin-right: -5px;
}


		margin-right: -5px;
}


	.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {

	.cp-main .forabg, .cp-main .forumbg, .cp-main .post, .cp-main .panel {

		border-radius: 7px;
}


		border-radius: 7px;
}


Line 344Line 332
	}

fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {

	}

fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {

		margin-left: 0px;

		margin-left: 0;

	}

textarea, dd textarea, .message-box textarea {

	}

textarea, dd textarea, .message-box textarea {

Line 422Line 410
		float: none;
width: auto;
clear: both;

		float: none;
width: auto;
clear: both;

 
	}

.avatar-rank-container {
max-width: 100%;

	}

/* Polls

	}

/* Polls

Line 460Line 452
		width: auto;
border-width: 0 0 1px 0;
padding-bottom: 5px;

		width: auto;
border-width: 0 0 1px 0;
padding-bottom: 5px;

		margin: 0;
margin-bottom: 5px;

		margin: 0 0 5px 0;


		min-height: 40px;
overflow: hidden;
}

		min-height: 40px;
overflow: hidden;
}

Line 553Line 544
	}
}


	}
}


@media (min-width: 700px) {
.postbody { width: 70%; }


@media (min-width: 701px) {
.postbody {
width: calc(100% - 200px - 1px - 16px);

}


}


@media (min-width: 850px) {
.postbody { width: 76%; }

	.postprofile {
width: 200px;

}

}


@media (max-width: 850px) {
.postprofile { width: 28%; }



 
}

@media (min-width: 701px) and (max-width: 950px) {

}

@media (min-width: 701px) and (max-width: 950px) {



 
	ul.topiclist dt {
margin-right: -410px;
}

	ul.topiclist dt {
margin-right: -410px;
}