1
0
Fork 0

Merge pull request #2223 from rabuzarus/2912_photo_widget

photo aside widget for profile page
This commit is contained in:
fabrixxm 2016-01-04 10:06:07 +01:00
commit 83e54f70d3
15 changed files with 290 additions and 106 deletions

View file

@ -140,12 +140,12 @@ nav #banner #logo-text a:hover { text-decoration: none; }
.nav-commlink, .nav-login-link {
display: block;
height: 15px;
display: block;
height: 15px;
margin-top: 67px;
margin-right: 2px;
//padding: 6px 10px;
padding: 6px 3px;
/* padding: 6px 10px; */
padding: 6px 3px;
float: left;
bottom: 140px;
border: 1px solid #babdb6;
@ -244,7 +244,7 @@ section {
display:block;
float:left;
padding: 0.4em;
//margin-right: 1em;
/*margin-right: 1em; */
margin-right: 3px ;
}
.tab.active {
@ -2164,6 +2164,9 @@ aside input[type='text'] {
}
.widget h3 a {
color: #000000;
}
/*.photos {
height: auto;

View file

@ -2541,6 +2541,14 @@ a.mail-list-link {
margin: 10px 0 10px;
}
.widget-photo {
float: left;
}
.widget-photo-link {
margin: 0 2px 2px 0;
}
#sidebar-group-list ul {
list-style-type: none;
}
@ -2626,12 +2634,15 @@ aside input[type='text'] {
-webkit-border-radius:5px;
border-radius:5px;
}
.widget h3 a {
color: #505050;
}
.widget.settings-widget {
padding: 0;
}
/*.photos {
height: auto;
overflow: auto;

View file

@ -2356,6 +2356,21 @@ a.mail-list-link {
margin: 10px 0 10px;
}
.widget-photo {
float: left;
}
.widget-photo-link {
margin: 0 2px 2px 0;
}
img.widget-photo-img {
width: 48px;
height: 48px;
object-fit: cover;
padding-right: 2px;
}
#sidebar-group-list ul {
list-style-type: none;
}
@ -2446,9 +2461,11 @@ aside input[type='text'] {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.widget h3 a {
color: #505050;
}
/*.photos {
height: auto;

View file

@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #FFFFFF;
background: #ffffff;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1007,6 +1007,9 @@ aside .posted-date-selector-months {
padding: 0;
margin: 2px;
}
.widget h3 a {
color: #2d2d2d;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;

View file

@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #FFFFFF;
background: #ffffff;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1007,6 +1007,9 @@ aside .posted-date-selector-months {
padding: 0;
margin: 2px;
}
.widget h3 a {
color: #2d2d2d;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;

View file

@ -420,7 +420,7 @@
body {
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
font-size: 11px;
background-color: #F6ECF9;
background-color: #f6ecf9;
color: #2d2d2d;
margin: 50px 0 0 0;
display: table;
@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #FFFFFF;
background: #ffffff;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1007,6 +1007,9 @@ aside .posted-date-selector-months {
padding: 0;
margin: 2px;
}
.widget h3 a {
color: #2d2d2d;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;
@ -1753,7 +1756,7 @@ span[id^="showmore-wrap"] {
height: 20px;
width: 500px;
font-weight: bold;
border: 1px solid #F6ECF9;
border: 1px solid #f6ecf9;
}
#jot #jot-title:-webkit-input-placeholder {
font-weight: normal;
@ -1780,7 +1783,7 @@ span[id^="showmore-wrap"] {
margin: 0;
height: 20px;
width: 200px;
border: 1px solid #F6ECF9;
border: 1px solid #f6ecf9;
}
#jot #jot-category:hover {
border: 1px solid #999999;

View file

@ -454,6 +454,7 @@ aside {
margin-bottom: 2em;
h3 { padding: 0; margin: 2px;}
h3 a { color: @BodyColor; }
.action { .opaque(0.1); }
input.action { .opaque(0.5); }
&:hover .title .action { .opaque(1); }

View file

@ -1019,6 +1019,15 @@ ul .sidebar-group-li .icon {
text-shadow: -1px 0px 0px #bdbdbd;
}
.widget h3 a {
color: #626262;
}
.widget h3 a:hover, .widget h3 a:focus {
color: #6da6c4;
text-decoration: none;
}
#connect-desc {
margin-left: 10px;
}

View file

@ -1190,6 +1190,12 @@ aside h4, right_aside h4 {
padding: 0px;
margin: 2px;
}
.widget h3 a {
color: #737373;
}
.widget h3 a:hover {
color: black;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;