aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/vier/style.css89
1 files changed, 89 insertions, 0 deletions
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 96233c1da..d4084c05d 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -200,9 +200,15 @@
.icon.s16.delete {
background-image: url("../../../images/icons/16/delete.png");
}
+<<<<<<< HEAD
+/*.icon.s16.edit {
+ background-image: url("../../../images/icons/16/edit.png");
+}*/
+=======
.icon.s16.edit {
background-image: url("../../../images/icons/16/edit.png");
}
+>>>>>>> upstream/master
.icon.s16.star {
background-image: url("../../../images/icons/16/star.png");
}
@@ -913,7 +919,11 @@ section {
}
.wall-item-container .wall-item-actions-tools {
float: right;
+<<<<<<< HEAD
+ width: 80px;
+=======
width: 60px;
+>>>>>>> upstream/master
}
.wall-item-container .wall-item-actions-tools a {
float: right;
@@ -1028,7 +1038,17 @@ section {
/* contacts menu */
.contact-photo-wrapper {
position: relative;
+<<<<<<< HEAD
+ width: 80px;
+}
+
+.contact-photo-wrapper.wwto {
+ width: 25px;
}
+
+=======
+}
+>>>>>>> upstream/master
.contact-photo {
width: 48px;
height: 48px;
@@ -1390,9 +1410,40 @@ ul.tabs li .active {
.field.radio .field_help {
margin-left: 0px;
}
+<<<<<<< HEAD
+
+#profile-edit-links-end {
+ clear: both;
+ margin-bottom: 15px;
+}
+
+#profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
+
#profile-edit-links li {
+ float: left;
list-style: none;
+ margin-left: 10px;
+}
+
+.profile-edit-side-div {
+ display: none;
+}
+
+#register-form label,
+#profile-edit-form label {
+ width: 300px; float: left;
}
+
+.required {
+ display: inline;
+ color: #B20202;
+}
+
+=======
+#profile-edit-links li {
+ list-style: none;
+}
+>>>>>>> upstream/master
/* oauth */
.oauthapp {
height: auto;
@@ -1449,3 +1500,41 @@ footer {
height: 100px;
display: table-row;
}
+<<<<<<< HEAD
+
+blockquote {
+ border-left: 1px solid #D2D2D2;
+ padding-left: 9px;
+ margin: 0 0 0 .8ex;
+}
+
+/* ================== */
+/* = Contacts Block = */
+/* ================== */
+
+.contact-block-img {
+ width: 42px;
+ height: 42px;
+ padding-right: 2px;
+}
+.contact-block-div {
+ float: left;
+}
+
+.contact-block-textdiv { width: 150px; height: 34px; float: left; }
+#contact-block-end { clear: both; }
+
+#group-edit-wrapper {
+ margin-bottom: 10px;
+}
+
+#group-members-end {
+ clear: both;
+}
+
+/*
+#group-separator,
+#prof-separator { display: none;}
+*/
+=======
+>>>>>>> upstream/master