Files
auth-site/html/forums/admin/styles/default/popup.css
T
2018-04-29 02:36:24 -07:00

32 lines
499 B
CSS

body {
background: #f7f7f7;
padding: 5px;
}
#popup_container {
background: #fff;
padding: 5px;
}
#content {
margin: 0;
padding: 0;
}
.popup_title {
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
font-size: 170%;
letter-spacing: -1px;
font-weight: bold;
color: #666;
margin: 0 0 5px 0;
border-bottom: 2px solid #999;
}
.close_link {
float: right;
font-size: 13px;
margin-top: 7px;
font-weight: normal;
letter-spacing: normal;
}