Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
26ac01bb
Commit
26ac01bb
authored
Apr 28, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_web: Fix CSS for stop and destroy buttons.
parent
dbe52d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_jauks_theme/vifib_style/vifib.css.zpt
.../portal_skins/vifib_jauks_theme/vifib_style/vifib.css.zpt
+5
-2
No files found.
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_jauks_theme/vifib_style/vifib.css.zpt
View file @
26ac01bb
...
@@ -134,7 +134,7 @@ div#language img {
...
@@ -134,7 +134,7 @@ div#language img {
}
}
/* Buttons */
/* Buttons */
input.validate, a.validate, input.cancel,#dialog_submit_button,#dialog_cancel_button,.login_button input{
input.validate, a.validate, input.cancel,
a.cancel ,
#dialog_submit_button,#dialog_cancel_button,.login_button input{
border:none;font-size:11px;padding:0px 10px 0px 40px;
border:none;font-size:11px;padding:0px 10px 0px 40px;
font-weight:bold;height:30px;-moz-border-radius:10px;cursor:pointer;}
font-weight:bold;height:30px;-moz-border-radius:10px;cursor:pointer;}
input.validate, a.validate, #dialog_submit_button,.login_button input{
input.validate, a.validate, #dialog_submit_button,.login_button input{
...
@@ -142,7 +142,10 @@ input.validate, a.validate, #dialog_submit_button,.login_button input{
...
@@ -142,7 +142,10 @@ input.validate, a.validate, #dialog_submit_button,.login_button input{
input.cancel,a.cancel,#dialog_cancel_button{
input.cancel,a.cancel,#dialog_cancel_button{
background:url(<tal:block tal:replace="images_path"/>button_cancel_bg.png) repeat-x top left;color:#eba4a4}
background:url(<tal:block tal:replace="images_path"/>button_cancel_bg.png) repeat-x top left;color:#eba4a4}
#dialog_submit_button{float:right;}
#dialog_submit_button{float:right;}
a.validate {display:inline-block;line-height:30px;text-decoration:none;}
a.validate{display:inline-block;line-height:30px;text-decoration:none;}
a.cancel{display:inline-block;line-height:30px;text-decoration:none;}
/*Login form*/
/*Login form*/
.login h1 {
.login h1 {
...
...
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