Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
46932609
Commit
46932609
authored
8 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
Small css fixes
parent
f2eefca5
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
fusiondirectory-1.3.1
fusiondirectory-1.3
fusiondirectory-1.2.3
fusiondirectory-1.2.2
fusiondirectory-1.2.1
fusiondirectory-1.2
fusiondirectory-1.1.1
fusiondirectory-1.1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
html/themes/breezy/datepicker.css
+3
-0
html/themes/breezy/datepicker.css
html/themes/breezy/lists.css
+4
-2
html/themes/breezy/lists.css
html/themes/breezy/plugin.css
+0
-1
html/themes/breezy/plugin.css
html/themes/breezy/style.css
+1
-3
html/themes/breezy/style.css
with
8 additions
and
6 deletions
+8
-6
html/themes/breezy/datepicker.css
+
3
−
0
View file @
46932609
...
...
@@ -64,6 +64,7 @@ padding: 0;
}
.datepicker-calendar
table
tbody
tr
td
{
box-sizing
:
content-box
;
border
:
1px
#EAEAEA
solid
;
margin
:
0
;
padding
:
0
;
...
...
@@ -83,6 +84,7 @@ cursor: pointer;
}
.datepicker-calendar
table
tbody
tr
td
.wday
{
box-sizing
:
content-box
;
border
:
1px
#AAA
solid
;
background
:
#CCC
;
cursor
:
text
;
...
...
@@ -98,6 +100,7 @@ background: #F4F3F3;
.datepicker-calendar
table
tbody
tr
td
.today
,
.datepicker-calendar
table
tbody
tr
td
.today
:hover
{
box-sizing
:
content-box
;
border
:
1px
#CCE9FF
solid
;
background
:
#E9F5FF
;
background-image
:
url(../../images/date_active.png)
;
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/lists.css
+
4
−
2
View file @
46932609
...
...
@@ -18,16 +18,18 @@ white-space: nowrap;
}
table
.listingTable
>
thead
>
tr
>
th
{
box-sizing
:
content-box
;
background
:
#F0F0F0
;
font-weight
:
bold
;
border-right
:
1px
solid
#C0C2C3
;
border-bottom
:
1px
solid
#C0C2C3
;
padding
:
3px
;
height
:
22px
;
}
html
.ltr
table
.listingTable
>
thead
>
tr
>
th
{
border-right
:
1px
solid
#C0C2C3
;
}
html
.rtl
table
.listingTable
>
thead
>
tr
>
th
{
border-left
:
1px
solid
#C0C2C3
;
border-right
:
none
;
}
table
.listingTable
>
tbody
{
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/plugin.css
+
0
−
1
View file @
46932609
...
...
@@ -71,7 +71,6 @@ display: block;
float
:
left
;
clear
:
left
;
width
:
49%
;
vertical-align
:
top
;
border
:
1px
solid
#c0c2c3
;
padding
:
0
;
margin-top
:
0.5%
;
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/style.css
+
1
−
3
View file @
46932609
...
...
@@ -634,7 +634,7 @@ color: #31363b;
width
:
36px
;
height
:
36px
;
overflow
:
hidden
;
display
:
inline-
block
;
display
:
block
;
}
html
.ltr
a
.maintitlebar
{
float
:
left
;
...
...
@@ -661,14 +661,12 @@ color: #31363b;
html
.ltr
div
#header_left
,
html
.rtl
div
#header_left
{
height
:
40px
;
width
:
100%
;
float
:
none
;
}
html
.ltr
div
#header_right
,
html
.rtl
div
#header_right
{
padding-top
:
8px
;
height
:
30px
;
margin-top
:
-40px
;
width
:
100%
;
float
:
none
;
}
div
#header_right
a
{
background
:
#eff0f1
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets