Skip to content
Snippets Groups Projects
Commit cce83006 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Abrowser updated for v32

parent 68163c73
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,31 @@ ...@@ -27,6 +27,31 @@
href="chrome://browser/content/abouthome/aboutHome.css"/> href="chrome://browser/content/abouthome/aboutHome.css"/>
<style> <style>
label{
position:relative;
bottom:2px;
left:2px;
}
em {
color:#600
}
a{
color:#004998
}
.block-side-margin {
min-width: 16px;
-moz-box-flex: 1;
}
#block-horizontal-margin {
display: -moz-box;
-moz-box-flex: 1;
}
ul li { ul li {
list-style:none; list-style:none;
background:#ddd; background:#ddd;
...@@ -34,22 +59,32 @@ border-radius:3px; ...@@ -34,22 +59,32 @@ border-radius:3px;
padding:3px 5px 3px 5px; padding:3px 5px 3px 5px;
margin:5px; margin:5px;
box-shadow: 0px 2px 0 #ccc ; box-shadow: 0px 2px 0 #ccc ;
float:left;
} }
ul li a{ ul li a{
font-weight:bold; font-weight:bold;
color:#666; color:#666;
text-shadow:0px 1px 0px #fff; text-shadow:0px 1px 0px #fff;
} }
#trisquel a {
.titlelink {
font-weight:bold; font-weight:bold;
color:#56728C; color:#56728C;
text-shadow:0px 1px 0px #fff; text-shadow:0px 1px 0px #fff;
} }
#footer{
min-height:100px;
}
</style> </style>
</head> </head>
<body dir="&locale.dir;"> <body dir="&locale.dir;">
<div class="spacer"/> <div class="spacer"/>
<div id="topSection"> <div id="topSection">
<img src="chrome://branding/content/about-logo.png"/> <img src="chrome://branding/content/about-logo.png"/>
...@@ -67,8 +102,8 @@ text-shadow:0px 1px 0px #fff; ...@@ -67,8 +102,8 @@ text-shadow:0px 1px 0px #fff;
<div class="spacer"/> <div class="spacer"/>
<div style=" display: -moz-box; -moz-box-align: center; -moz-box-pack: center; width: 100%; background-color: hsla(0,0%,0%,.03); border-top: 1px solid hsla(0,0%,0%,.03); box-shadow: 0 2px 5px hsla(0,0%,0%,.1) inset, 0 -1px 0 hsla(0,0%,100%,.25);"> <div id="footer" style=" display: -moz-box; -moz-box-align: center; -moz-box-pack: center; width: 100%; background-color: hsla(0,0%,0%,.03); border-top: 1px solid hsla(0,0%,0%,.03); box-shadow: 0 2px 5px hsla(0,0%,0%,.1) inset, 0 -1px 0 hsla(0,0%,100%,.25);">
<p id="trisquel"><a href="https://trisquel.info">Trisquel GNU/Linux</a>:</p> <p ><a class="titlelink" href="https://trisquel.info">Trisquel GNU/Linux</a>:</p>
<ul style="font-size:0.8em"> <ul style="font-size:0.8em">
<li><a href="https://trisquel.info/forum">Forum</a></li> <li><a href="https://trisquel.info/forum">Forum</a></li>
<li><a href="https://trisquel.info/wiki">Wiki</a></li> <li><a href="https://trisquel.info/wiki">Wiki</a></li>
...@@ -79,3 +114,4 @@ text-shadow:0px 1px 0px #fff; ...@@ -79,3 +114,4 @@ text-shadow:0px 1px 0px #fff;
</body> </body>
</html> </html>
This diff is collapsed.
...@@ -24,7 +24,7 @@ VERSION=27 ...@@ -24,7 +24,7 @@ VERSION=27
rm debian/control rm debian/control
# revert https://bug851702.bugzilla.mozilla.org/attachment.cgi?id=733785 # revert https://bug851702.bugzilla.mozilla.org/attachment.cgi?id=733785
patch -p1 -R < $DATA/enable-js-options.patch patch -p1 < $DATA/enable-js-options.patch
# js settings # js settings
cat $DATA/settings.js >> debian/vendor-firefox.js cat $DATA/settings.js >> debian/vendor-firefox.js
...@@ -39,7 +39,7 @@ cat << EOF >>services/healthreport/healthreport-prefs.js ...@@ -39,7 +39,7 @@ cat << EOF >>services/healthreport/healthreport-prefs.js
pref("datareporting.healthreport.infoURL", "https://trisquel.info/legal"); pref("datareporting.healthreport.infoURL", "https://trisquel.info/legal");
EOF EOF
sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i ./modules/libpref/src/init/all.js ./browser/app/profile/firefox.js ./browser/base/content/aboutDialog.xul ./toolkit/content/aboutRights.xhtml sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i ./modules/libpref/src/init/all.js ./browser/app/profile/firefox.js ./toolkit/content/aboutRights.xhtml
#sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc #sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc
......
...@@ -201,7 +201,7 @@ tmpmount(){ ...@@ -201,7 +201,7 @@ tmpmount(){
[ $MEM -lt 16000000 ] && return [ $MEM -lt 16000000 ] && return
grep jails/$UPSTREAM-$JAILARCH/tmp /proc/mounts -q && tmpumount grep jails/$UPSTREAM-$JAILARCH/tmp /proc/mounts -q && tmpumount
echo $PACKAGE | grep -q "linux" && return echo $PACKAGE | grep -q "linux" && return
mount -t tmpfs -o size=15G none jails/$UPSTREAM-$JAILARCH/tmp mount -t tmpfs -o size=20G none jails/$UPSTREAM-$JAILARCH/tmp
} }
compile(){ compile(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment