Skip to content
Extraits de code Groupes Projets
Valider 6a034f17 rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Merge pull request #5401 from Faldrian/4721-adjust-bootstrap-headerbar-like-blueprint

fixed margins and fonts in headerbar. fixed bootstrap2 placeholder error
parents 32c5508f 328a515d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -92,6 +92,7 @@ This is disabled by default since it requires the installation of additional pac
* Fix Publisher doesn't expand while uloading images [#3098](https://github.com/diaspora/diaspora/issues/3098)
* Drop unneeded and too open crossdomain.xml
* Fix hidden aspect dropdown on getting started page [#5407](https://github.com/diaspora/diaspora/pulls/5407)
* Fix a few issues on Bootstrap pages [#5401](https://github.com/diaspora/diaspora/pull/5401)
## Features
* Don't pull jQuery from a CDN by default [#5105](https://github.com/diaspora/diaspora/pull/5105)
......
......@@ -66,6 +66,10 @@ body {
};
}
header {
line-height: 20px;
}
a {
color: $blue;
text: {
......
// A temporary fix for broken classes in bootstrap 2.
// Can probably be removed when migration of bootstrap 3 is done.
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #999999;
}
......@@ -233,6 +233,7 @@ body > header {
border: 1px solid #222;
font-size: 13px;
padding: 4px;
margin-top: 1px;
&:hover { background-color: #555; }
......@@ -345,7 +346,7 @@ body > header {
float: left;
height: 100%;
margin-right: 5px;
margin-top: 3px;
margin-top: 2px;
a {
padding: 0 10px;
......
@import 'bootstrap-fix';
@import 'perfect-scrollbar';
@import "colors";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter