phpBB

Code Changes

File: styles/prosilver/theme/forms.css

  Unmodified   Added   Modified   Removed
Line 145Line 145
/* Browser-specific tweaks */
button::-moz-focus-inner {
padding: 0;

/* Browser-specific tweaks */
button::-moz-focus-inner {
padding: 0;

	border: 0

	border: 0;

}

/* Quick-login on index page */

}

/* Quick-login on index page */

Line 259Line 259

.message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;


.message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;

 
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

	width: 450px;
height: 270px;
min-width: 100%;

	width: 450px;
height: 270px;
min-width: 100%;

Line 424Line 427
}

.full { width: 95%; }

}

.full { width: 95%; }

.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

.medium { width: 50%; }
.narrow { width: 25%; }
.tiny { width: 10%; }