Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bpm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王厚康
bpm
Commits
1c2ccc2d
Commit
1c2ccc2d
authored
Apr 09, 2019
by
zhangyy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.9 creatprogess
parent
1283bf8c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
88 additions
and
9 deletions
+88
-9
page_new.css
src/main/resources/static/css/common/page_new.css
+5
-4
style.css
src/main/resources/static/editor-app/css/style.css
+4
-3
product_list.css
src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css
+1
-1
index.html
src/main/resources/templates/bpm/index.html
+5
-1
unnamed.patch
unnamed.patch
+73
-0
No files found.
src/main/resources/static/css/common/page_new.css
View file @
1c2ccc2d
...
@@ -58,8 +58,8 @@ a.disabled{
...
@@ -58,8 +58,8 @@ a.disabled{
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#
00b983
;
background
:
#
3468a8
;
border
:
1px
solid
#
04a777
;
border
:
1px
solid
#
3468a8
;
cursor
:
pointer
;
cursor
:
pointer
;
padding
:
0
12px
;
padding
:
0
12px
;
margin-left
:
10px
;
margin-left
:
10px
;
...
@@ -73,7 +73,7 @@ a.disabled{
...
@@ -73,7 +73,7 @@ a.disabled{
}
}
.current
{
.current
{
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#
00b983
;
background
:
#
3468a8
;
border-color
:
#
00b983
;
border-color
:
#
3468a8
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
\ No newline at end of file
src/main/resources/static/editor-app/css/style.css
View file @
1c2ccc2d
...
@@ -220,11 +220,12 @@ div.canvas-wrapper {
...
@@ -220,11 +220,12 @@ div.canvas-wrapper {
font-size
:
10pt
;
font-size
:
10pt
;
}
}
div
.propertySection
{
div
.propertySection
{
height
:
250px
;
height
:
300px
;
overflow-y
:
auto
;
background-color
:
#e8edf1
;
background-color
:
#e8edf1
;
margin-bottom
:
0px
;
margin-bottom
:
10px
;
padding-bottom
:
10px
;
}
}
.selected-item-title
{
.selected-item-title
{
...
...
src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css
View file @
1c2ccc2d
...
@@ -22,7 +22,7 @@ html,body{
...
@@ -22,7 +22,7 @@ html,body{
}
}
.box
h2
span
{
.box
h2
span
{
display
:
inline-block
;
display
:
inline-block
;
border-left
:
6px
solid
#
04A777
;
border-left
:
6px
solid
#
3468a8
;
height
:
25px
;
height
:
25px
;
margin-right
:
20px
;
margin-right
:
20px
;
}
}
...
...
src/main/resources/templates/bpm/index.html
View file @
1c2ccc2d
...
@@ -15,7 +15,11 @@
...
@@ -15,7 +15,11 @@
<link
rel=
"stylesheet"
href=
"https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<style>
<style>
.glyphicon-user
{
.glyphicon-user
{
color
:
#007bff
;
color
:
#3468a8
;
}
.btn-outline-primary
{
border
:
1px
solid
#3468a8
;
color
:
#3468a8
;
}
}
.mb-3
{
.mb-3
{
margin-bottom
:
0
!important
;
margin-bottom
:
0
!important
;
...
...
unnamed.patch
0 → 100644
View file @
1c2ccc2d
Index: src/main/resources/templates/bpm/index.html
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/main/resources/templates/bpm/index.html (revision f5c2015750ca88b7f254de77900e56923e83970d)
+++ src/main/resources/templates/bpm/index.html (revision )
@@ -15,7 +15,11 @@
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
.glyphicon-user{
- color: #007bff;
+ color: #3468a8;
+ }
+ .btn-outline-primary{
+ border: 1px solid #3468a8;
+ color: #3468a8;
}
.mb-3{
margin-bottom: 0!important;
@@ -32,7 +36,6 @@
}
.nav-icon span{
display: inline-block;
- line-height: ;
}
.nav-icon i{
width: 1.875rem;
Index: src/main/resources/static/css/common/page_new.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/main/resources/static/css/common/page_new.css (revision f5c2015750ca88b7f254de77900e56923e83970d)
+++ src/main/resources/static/css/common/page_new.css (revision )
@@ -58,8 +58,8 @@
height: 32px;
line-height: 32px;
color: #ffffff;
- background: #00b983;
- border: 1px solid #04a777;
+ background: #3468a8;
+ border: 1px solid #3468a8;
cursor: pointer;
padding:0 12px;
margin-left: 10px;
@@ -73,7 +73,7 @@
}
.current{
color: #ffffff;
- background: #00b983;
- border-color: #00b983;
+ background: #3468a8;
+ border-color: #3468a8;
border-radius: 3px;
}
\ No newline at end of file
Index: src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css (revision f5c2015750ca88b7f254de77900e56923e83970d)
+++ src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css (revision )
@@ -22,7 +22,7 @@
}
.box h2 span{
display: inline-block;
- border-left:6px solid #04A777;
+ border-left:6px solid #3468a8;
height:25px;
margin-right:20px;
}
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