Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
1c80fa41
Commit
1c80fa41
authored
Aug 15, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved CSS for the registration form.
parent
3afe5eb8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
7 deletions
+25
-7
css/converse.css
css/converse.css
+4
-1
css/inverse.css
css/inverse.css
+10
-3
sass/_controlbox.scss
sass/_controlbox.scss
+5
-1
sass/inverse/_controlbox.scss
sass/inverse/_controlbox.scss
+6
-2
No files found.
css/converse.css
View file @
1c80fa41
...
...
@@ -1944,10 +1944,13 @@
color
:
red
;
display
:
none
;
}
#conversejs
#controlbox
#converse-register
.provider-title
{
font-size
:
22px
;
}
font-size
:
20px
;
margin
:
0
;
}
#conversejs
#controlbox
#converse-register
.provider-score
{
width
:
178px
;
margin-bottom
:
8px
;
}
#conversejs
#controlbox
#converse-register
.title
,
#conversejs
#controlbox
#converse-register
.instructions
,
#conversejs
#controlbox
#converse-register
label
{
margin
:
0.5em
0
0
0
;
}
#conversejs
#controlbox
#converse-register
.form-help
.url
{
font-weight
:
bold
;
color
:
#578EA9
;
}
...
...
css/inverse.css
View file @
1c80fa41
...
...
@@ -2010,10 +2010,13 @@ body {
color
:
red
;
display
:
none
;
}
#conversejs
#controlbox
#converse-register
.provider-title
{
font-size
:
22px
;
}
font-size
:
26px
;
margin
:
0
;
}
#conversejs
#controlbox
#converse-register
.provider-score
{
width
:
178px
;
margin-bottom
:
8px
;
}
#conversejs
#controlbox
#converse-register
.title
,
#conversejs
#controlbox
#converse-register
.instructions
,
#conversejs
#controlbox
#converse-register
label
{
margin
:
0.5em
0
0
0
;
}
#conversejs
#controlbox
#converse-register
.form-help
.url
{
font-weight
:
bold
;
color
:
#578EA9
;
}
...
...
@@ -2351,9 +2354,13 @@ body {
margin-top
:
15%
;
}
#conversejs
#controlbox
#converse-register
#available-chatrooms
,
#conversejs
#controlbox
#converse-login
#available-chatrooms
{
padding
:
0
1em
2em
1em
;
}
#conversejs
#controlbox
#converse-register
input
[
type
=
submit
],
#conversejs
#controlbox
#converse-login
input
[
type
=
submit
]
{
#conversejs
#controlbox
#converse-register
.title
,
#conversejs
#controlbox
#converse-register
.instructions
,
#conversejs
#controlbox
#converse-register
label
,
#conversejs
#controlbox
#converse-login
.title
,
#conversejs
#controlbox
#converse-login
.instructions
,
#conversejs
#controlbox
#converse-login
label
{
margin
:
1em
0
;
}
#conversejs
#controlbox
#converse-register
input
[
type
=
submit
],
#conversejs
#controlbox
#converse-register
input
[
type
=
button
],
#conversejs
#controlbox
#converse-login
input
[
type
=
submit
],
#conversejs
#controlbox
#converse-login
input
[
type
=
button
]
{
width
:
auto
;
margin
-top
:
1.5em
;
}
margin
:
1.5em
1em
0
0
;
}
#conversejs
#controlbox
#controlbox-tabs
{
/* single tab */
}
#conversejs
#controlbox
#controlbox-tabs
li
{
...
...
sass/_controlbox.scss
View file @
1c80fa41
...
...
@@ -67,12 +67,16 @@
display
:
none
;
}
.provider-title
{
font-size
:
22px
;
font-size
:
$font-size-huge
;
margin
:
0
;
}
.provider-score
{
width
:
178px
;
margin-bottom
:
8px
;
}
.title
,
.instructions
,
label
{
margin
:
0
.5em
0
0
0
;
}
.form-help
.url
{
font-weight
:
bold
;
color
:
$link-color
;
...
...
sass/inverse/_controlbox.scss
View file @
1c80fa41
...
...
@@ -40,9 +40,13 @@
#available-chatrooms
{
padding
:
0
1em
2em
1em
;
}
input
[
type
=
submit
]
{
.title
,
.instructions
,
label
{
margin
:
1em
0
;
}
input
[
type
=
submit
],
input
[
type
=
button
]
{
width
:
auto
;
margin
-top
:
1
.5em
;
margin
:
1
.5em
1em
0
0
;
}
}
#controlbox-tabs
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment