Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Boris Kocherov
web-apps
Commits
267d6a2f
Commit
267d6a2f
authored
Nov 03, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE] Update styles for bootstrap-3.3.7
parent
d0636e8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
apps/presentationeditor/main/resources/less/rightmenu.less
apps/presentationeditor/main/resources/less/rightmenu.less
+4
-4
apps/presentationeditor/main/resources/less/statusbar.less
apps/presentationeditor/main/resources/less/statusbar.less
+3
-0
No files found.
apps/presentationeditor/main/resources/less/rightmenu.less
View file @
267d6a2f
...
...
@@ -116,14 +116,14 @@
.btn-edit-table {background-position: 0 0;}
button.over .btn-edit-table {background-position: -28px 0;}
.btn-group.open .btn-edit-table,
button.active .btn-edit-table,
button:active .btn-edit-table {background-position: -56px 0;}
button.active
:not(.disabled)
.btn-edit-table,
button:active
:not(.disabled)
.btn-edit-table {background-position: -56px 0;}
.btn-change-shape {background-position: 0 -16px;}
button.over .btn-change-shape {background-position: -28px -16px;}
.btn-group.open .btn-change-shape,
button.active .btn-change-shape,
button:active .btn-change-shape {background-position: -56px -16px;}
button.active
:not(.disabled)
.btn-change-shape,
button:active
:not(.disabled)
.btn-change-shape {background-position: -56px -16px;}
.combo-pattern-item {
.background-ximage('@{app-image-path}/right-panels/patterns.png', '@{app-image-path}/right-panels/patterns@2x.png', 112px);
...
...
apps/presentationeditor/main/resources/less/statusbar.less
View file @
267d6a2f
...
...
@@ -65,6 +65,9 @@
white-space: nowrap;
vertical-align: top;
padding-top: 3px;
&.dropup {
position: initial;
}
}
.separator {
...
...
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