Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-09-28 22:46:13 +0300
committerAleksander Machniak <alec@alec.pl>2017-09-28 22:46:13 +0300
commitd99f2e0569f3a4586bc0c4fdb462b4ff40abdec8 (patch)
tree4396f6fd05df71870f5625d81b4b964f84619c77 /skins
parent96b21c5df3a9c2de38d7ace08a9a904fbd4e8363 (diff)
Elastic skin support for new_user_dialog
Small refactoring, removed newuserdialog.css.
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/common.css9
-rw-r--r--skins/larry/styles.css9
2 files changed, 18 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index 702077596..e21c4a95d 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -1084,6 +1084,15 @@ div.searchbox > input
width: 97%;
}
+.formcontent table {
+ width: 100%;
+}
+
+.formcontent input,
+.formcontent textarea {
+ width: 95%;
+}
+
.listsearchbox
{
border-bottom: solid 1px #ddd;
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index d1d1b0e45..3c87df948 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1700,6 +1700,15 @@ ul.proplist li {
bottom: 0;
}
+.formcontent input,
+.formcontent textarea {
+ width: 95%;
+}
+
+.formcontent .hint {
+ font-style: italic;
+ margin-bottom: 1em;
+}
/*** Login form ***/