removed tabsi, removed some blank lines.
This commit is contained in:
parent
a926c8ce4c
commit
52625653d3
1 changed files with 73 additions and 114 deletions
|
@ -18,7 +18,6 @@ h3 {
|
|||
h4 { font-size: 14px;}
|
||||
|
||||
.settings-heading {
|
||||
|
||||
font-size: 18px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
|
@ -217,14 +216,9 @@ div.pager, ul.tabs {
|
|||
|
||||
/* Post*/
|
||||
|
||||
#profile-jot-form {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.tread-wrapper {
|
||||
border-radius: 5px;
|
||||
}
|
||||
#profile-jot-form { border-radius: 5px; }
|
||||
|
||||
.tread-wrapper { border-radius: 5px; }
|
||||
|
||||
/* Post header */
|
||||
|
||||
|
@ -253,9 +247,7 @@ div.pager, ul.tabs {
|
|||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.dt-published {
|
||||
font-size:10px;
|
||||
}
|
||||
.dt-published { font-size:10px; }
|
||||
|
||||
/* Post content */
|
||||
.wall-item-content blockquote {
|
||||
|
@ -264,19 +256,13 @@ div.pager, ul.tabs {
|
|||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.wall-item-content strong {
|
||||
color:#565656;
|
||||
}
|
||||
.wall-item-content strong { color:#565656; }
|
||||
|
||||
.wall-item-network {
|
||||
font-size:10px;
|
||||
}
|
||||
.wall-item-network { font-size:10px; }
|
||||
|
||||
.mention { font-size:12px;}
|
||||
|
||||
.tag {
|
||||
font-size:12px;
|
||||
}
|
||||
.tag { font-size:12px; }
|
||||
|
||||
.type-link, .type-video {
|
||||
border-top: 0px solid #D2D2D2;
|
||||
|
@ -293,13 +279,10 @@ div.pager, ul.tabs {
|
|||
margin-bottom:10px;
|
||||
padding-left: 5px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
/* Post footer */
|
||||
.wall-item-like {
|
||||
font-size:12px;
|
||||
}
|
||||
.wall-item-like { font-size:12px; }
|
||||
|
||||
.wall-item-actions-author{
|
||||
font-size:10px;
|
||||
|
@ -308,15 +291,11 @@ div.pager, ul.tabs {
|
|||
line-height: 5px;
|
||||
}
|
||||
|
||||
.wall-item-tags {
|
||||
font-size:10px;
|
||||
}
|
||||
.wall-item-tags { font-size:10px; }
|
||||
|
||||
.wall-item-container.comment .contact-photo { height:25px; width:25px;}
|
||||
|
||||
#item-delete-selected {
|
||||
font-size:12px;
|
||||
}
|
||||
#item-delete-selected { font-size:12px; }
|
||||
|
||||
.item-select {
|
||||
width: 1px;
|
||||
|
@ -326,25 +305,19 @@ div.pager, ul.tabs {
|
|||
border-radius: 9px;
|
||||
}
|
||||
|
||||
|
||||
.contact-menu {
|
||||
font-size:12px;
|
||||
padding-top:0px;
|
||||
padding-bottom:0px;
|
||||
}
|
||||
|
||||
.wall-item-bottom { font-size: 14px; }
|
||||
|
||||
.wall-item-bottom {
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
/* comments */
|
||||
|
||||
.wall-item-like { font-size:10px; }
|
||||
|
||||
.wall-item-container.comment {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
.wall-item-container.comment { border-bottom: 0px; }
|
||||
|
||||
.hide-comments-outer {
|
||||
margin-left: 80px;
|
||||
|
@ -356,7 +329,6 @@ div.pager, ul.tabs {
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
|
||||
.fakelink {
|
||||
color: #36c;
|
||||
text-decoration: none;
|
||||
|
@ -365,9 +337,8 @@ div.pager, ul.tabs {
|
|||
}
|
||||
|
||||
/* Calendar */
|
||||
.fc-body {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.fc-body { background-color: white; }
|
||||
|
||||
.fc-content, .fc-widget {
|
||||
background-color: #a7ecff;
|
||||
|
@ -379,26 +350,19 @@ div.pager, ul.tabs {
|
|||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
background: white;
|
||||
}:wq
|
||||
|
||||
}
|
||||
|
||||
.fc-day-grid-event .fc-time {
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.fc-title, fc-time {
|
||||
text-decoration: normal;
|
||||
}
|
||||
|
||||
|
||||
.fc-unthemed .fc-today {
|
||||
background: #f9ff97;
|
||||
}
|
||||
|
||||
.fc-title, fc-time { text-decoration: normal; }
|
||||
|
||||
.fc-unthemed .fc-today { background: #f9ff97; }
|
||||
|
||||
/* remove standard-styles */
|
||||
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
@ -412,10 +376,8 @@ option {
|
|||
border-top:0px solid #000;
|
||||
height:15px;
|
||||
font-size:10px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* styling */
|
||||
select {
|
||||
border: 1px solid #bbb;
|
||||
|
@ -424,6 +386,3 @@ select {
|
|||
height:20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue