aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-01-30 13:22:16 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-01-30 13:22:16 +0100
commit43df068d2e005d8f19ba202160f507eba4adaa04 (patch)
tree5e05204a2d6ecbedee35e8aa1ae1f90b7e52f890 /view/theme/quattro
parenta5974d1981d8858965d28e20d653530fc95427f8 (diff)
downloadvolse-hubzilla-43df068d2e005d8f19ba202160f507eba4adaa04.tar.gz
volse-hubzilla-43df068d2e005d8f19ba202160f507eba4adaa04.tar.bz2
volse-hubzilla-43df068d2e005d8f19ba202160f507eba4adaa04.zip
quattro: styling of the edit profile page
Diffstat (limited to 'view/theme/quattro')
-rwxr-xr-xview/theme/quattro/quattro.less49
-rwxr-xr-xview/theme/quattro/style.css48
2 files changed, 97 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 8fcf7f817..8b63686fd 100755
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -852,6 +852,55 @@ ul.tabs {
#profile-edit-links li {
list-style: none;
+ margin-top: 10px;
+}
+
+#profile-edit-default-desc {
+ color: #FF0000;
+ border: 1px solid #FF8888;
+ background-color: #FFEEEE;
+ padding: 7px;
+}
+#profile-edit-profile-name-label,
+#profile-edit-name-label,
+#profile-edit-pdesc-label,
+#profile-edit-gender-label,
+#profile-edit-dob-label,
+#profile-edit-address-label,
+#profile-edit-locality-label,
+#profile-edit-region-label,
+#profile-edit-postal-code-label,
+#profile-edit-country-name-label,
+#profile-edit-marital-label,
+#profile-edit-with-label,
+#profile-edit-sexual-label,
+#profile-edit-politic-label,
+#profile-edit-religion-label,
+#profile-edit-pubkeywords-label,
+#profile-edit-prvkeywords-label,
+#profile-edit-homepage-label {
+ float: left;
+ width: 175px;
+}
+#profile-edit-profile-name,
+#profile-edit-name,
+#profile-edit-pdesc,
+#profile-edit-gender,
+#profile-edit-dob,
+#profile-edit-address,
+#profile-edit-locality,
+#profile-edit-region,
+#profile-edit-postal-code,
+#profile-edit-country-name,
+#profile-edit-marital,
+#profile-edit-with,
+#profile-edit-sexual,
+#profile-edit-politic,
+#profile-edit-religion,
+#profile-edit-pubkeywords,
+#profile-edit-prvkeywords,
+#profile-edit-homepage {
+ margin-top: 5px;
}
/* oauth */
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 3f90f8915..7a524fcb7 100755
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -1208,6 +1208,54 @@ ul.tabs li .active {
}
#profile-edit-links li {
list-style: none;
+ margin-top: 10px;
+}
+#profile-edit-default-desc {
+ color: #FF0000;
+ border: 1px solid #FF8888;
+ background-color: #FFEEEE;
+ padding: 7px;
+}
+#profile-edit-profile-name-label,
+#profile-edit-name-label,
+#profile-edit-pdesc-label,
+#profile-edit-gender-label,
+#profile-edit-dob-label,
+#profile-edit-address-label,
+#profile-edit-locality-label,
+#profile-edit-region-label,
+#profile-edit-postal-code-label,
+#profile-edit-country-name-label,
+#profile-edit-marital-label,
+#profile-edit-with-label,
+#profile-edit-sexual-label,
+#profile-edit-politic-label,
+#profile-edit-religion-label,
+#profile-edit-pubkeywords-label,
+#profile-edit-prvkeywords-label,
+#profile-edit-homepage-label {
+ float: left;
+ width: 175px;
+}
+#profile-edit-profile-name,
+#profile-edit-name,
+#profile-edit-pdesc,
+#profile-edit-gender,
+#profile-edit-dob,
+#profile-edit-address,
+#profile-edit-locality,
+#profile-edit-region,
+#profile-edit-postal-code,
+#profile-edit-country-name,
+#profile-edit-marital,
+#profile-edit-with,
+#profile-edit-sexual,
+#profile-edit-politic,
+#profile-edit-religion,
+#profile-edit-pubkeywords,
+#profile-edit-prvkeywords,
+#profile-edit-homepage {
+ margin-top: 5px;
}
/* oauth */
.oauthapp {