Aleksander Machniak
2013-11-22 9e36fba547f96c1ed87dca58418188715c0caa9e
Fix right margin in mail task interface to be precissely the same as in other tasks
2 files modified
8 ■■■■ changed files
skins/larry/mail.css 6 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 2 ●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -36,7 +36,7 @@
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0px;
}
@@ -45,7 +45,7 @@
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 0;
    border-radius: 4px;
    border-top: none;
@@ -1359,7 +1359,7 @@
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0px;
    overflow: hidden;
}
skins/larry/styles.css
@@ -1734,7 +1734,7 @@
#quicksearchbar {
    position: absolute;
    right: 1px;
    right: 2px;
    top: 2px;
    width: 240px;
}