Add social widgets

This commit is contained in:
Abdullah Almsaeed
2015-08-12 15:30:28 -04:00
parent 361db6d391
commit af4deafa7c
5 changed files with 237 additions and 1 deletions

61
dist/css/AdminLTE.css vendored
View File

@@ -2909,6 +2909,67 @@ table.text-center th {
.modal-danger .modal-footer {
border-color: #c23321;
}
/*
* Component: Social Widgets
* -------------------------
*/
.box-widget {
border: none;
position: relative;
}
.widget-user .widget-user-header {
padding: 20px;
height: 120px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
margin-top: 0;
margin-bottom: 5px;
font-size: 25px;
font-weight: 300;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
margin-top: 0;
}
.widget-user .widget-user-image {
position: absolute;
top: 65px;
left: 50%;
margin-left: -45px;
}
.widget-user .widget-user-image > img {
width: 90px;
height: auto;
border: 3px solid #fff;
}
.widget-user .box-footer {
padding-top: 30px;
}
.widget-user-2 .widget-user-header {
padding: 20px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
margin-top: 5px;
margin-bottom: 5px;
font-size: 25px;
font-weight: 300;
}
.widget-user-2 .widget-user-desc {
margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
width: 65px;
height: auto;
float: left;
}
/*
* Page: Mailbox
* -------------

File diff suppressed because one or more lines are too long