The branch, master has been updated
       via  2cc0f20 some css elements are standard now, now brwowser specific 
names needed for those
      from  bbaa8f3 use download.samba.org::ftp/unpacked/

https://git.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2cc0f2046739be3e264c157197b9a463b09d3f27
Author: Björn Jacke <b...@sernet.de>
Date:   Sat Jul 25 21:46:04 2015 +0200

    some css elements are standard now, now brwowser specific names needed for 
those

-----------------------------------------------------------------------

Summary of changes:
 web/build_farm.css | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/web/build_farm.css b/web/build_farm.css
index 7a8e3fd..83abeaa 100644
--- a/web/build_farm.css
+++ b/web/build_farm.css
@@ -300,7 +300,7 @@ table.buildtable td{
 
 pre::-webkit-scrollbar-track
 {
-       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
+       box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
 }
@@ -314,7 +314,7 @@ pre::-webkit-scrollbar
 pre::-webkit-scrollbar-thumb
 {
        border-radius: 10px;
-       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
+       box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #D62929;
 }
 
@@ -386,19 +386,13 @@ pre::-webkit-scrollbar-thumb
        width: 110px;
 
        margin: 0;
-       -webkit-border-radius:4px;
-       -moz-border-radius:4px;
        border-radius:4px;
-       -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
-       -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
        background: #d9d9d9;
        color:#333333;
        border:none;
        outline:none;
        display: inline-block;
-       -webkit-appearance:none;
-       -moz-appearance:none;
        appearance:none;
        cursor:pointer;
 }
@@ -406,7 +400,7 @@ pre::-webkit-scrollbar-thumb
 .newform button,
 .newform input,
 #newbuildmenu input{
-       border: 1px solid #df0909; -webkit-border-radius: 3px; 
-moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, 
helvetica, sans-serif; padding: 0px 2px 0px 2px; text-decoration:none; 
display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; 
color: #FFFFFF;
+       border: 1px solid #df0909; border-radius: 
3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 0px 2px 
0px 2px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 
rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
        background-color: #f62b2b; background-image: -webkit-gradient(linear, 
left top, left bottom, from(#f62b2b), to(#d20202));
        background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
        background-image: -moz-linear-gradient(top, #f62b2b, #d20202);


-- 
build.samba.org

Reply via email to