initial commit
This commit is contained in:
53
webroot/css/clientpanel/dashboardcontact.css
Normal file
53
webroot/css/clientpanel/dashboardcontact.css
Normal file
@@ -0,0 +1,53 @@
|
||||
#light{
|
||||
background-color: #3c8dbc;
|
||||
height: 50px;
|
||||
width: 55px;
|
||||
border-radius: 10px;
|
||||
font-size: 22px;
|
||||
box-sizing: border-box;
|
||||
padding-top: 10px;
|
||||
margin-top: 9px;
|
||||
}
|
||||
#submit{
|
||||
margin: 10px 10px 20px 0px;
|
||||
}
|
||||
#default-btn{
|
||||
margin: 10px 0px 20px 5px;
|
||||
|
||||
}
|
||||
.required{
|
||||
color: red;
|
||||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #b52626;
|
||||
background: #3c8dbc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed ;
|
||||
width: 100% ;
|
||||
}
|
||||
|
||||
.contacts-container > div, .contacts-container > h2 {
|
||||
width: 100%;
|
||||
}
|
||||
.contacts-container > h2 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.contacts-container > div > div {
|
||||
margin: 0 1%;
|
||||
padding-bottom: 20px;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.contacts-container > div > div > strong, .contacts-container > div > div > span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.contacts-container > div > div > img {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user