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
6023cc1c
Commit
6023cc1c
authored
Jan 13, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE mobile] Fixed stlyles of statusbar
parent
7c9dd759
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
35 deletions
+175
-35
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
+82
-15
apps/spreadsheeteditor/mobile/resources/css/app-material.css
apps/spreadsheeteditor/mobile/resources/css/app-material.css
+80
-13
apps/spreadsheeteditor/mobile/resources/less/statusbar.less
apps/spreadsheeteditor/mobile/resources/less/statusbar.less
+13
-7
No files found.
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
View file @
6023cc1c
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/resources/css/app-material.css
View file @
6023cc1c
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/resources/less/statusbar.less
View file @
6023cc1c
@statusBarBorderColor: #cbcbcb;
@statusBarHeight: 30px;
@fontColor: #000;
.statusbar {
position: relative;
box-sizing: border-box;
background-color: @gray-light;
* {
box-sizing: border-box;
}
border-top: 1px solid @gray-dark
;
.hairline(top, @statusBarBorderColor)
;
height: @statusBarHeight;
min-height: @statusBarHeight;
display: flex;
...
...
@@ -20,9 +23,12 @@
.button {
border: 0 none;
border-radius: 0;
color: #000;
font-size: 18px;
line-height: inherit;
min-width: 48px;
.hairline(right, @statusBarBorderColor);
}
i.icon {
...
...
@@ -44,26 +50,26 @@
> li {
list-style: none;
display: inline-block;
position: relative;
.hairline(right, @statusBarBorderColor);
&:not(.active) {
a {
color: #848484
;
opacity: 0.5
;
}
}
a {
display: inline-block;
font-size: 12px;
padding: 0 10px 0;
line-height: @statusBarHeight;
margin-right: -1px;
background-color: #f1f1f1;
outline: none;
border: 1px solid #cbcbcb;
border-top: 0 none;
border-bottom: 0 none;
color: #000;
color: @fontColor;
height: 100%;
&:hover {
cursor: pointer;
}
...
...
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