laptop width

This commit is contained in:
antoine
2014-05-19 16:06:45 +02:00
parent 80379e116d
commit 81934c47d2
2 changed files with 3 additions and 3 deletions

View File

@@ -627,8 +627,8 @@ h2 {
}
.laptop {
width: 1024px;
height: 740px;
width: 1366px;
height: 768px;
}
.iPad-portrait {

View File

@@ -23,7 +23,7 @@ angular.module("umbraco.tuning", ['ui.bootstrap', 'spectrumcolorpicker', 'ui.sli
$scope.pageId = "../dialogs/Preview.aspx?id=" + $location.search().id;
$scope.devices = [
{ name: "desktop", css: "desktop", icon: "icon-display" },
{ name: "laptop - 1024px", css: "laptop border", icon: "icon-laptop" },
{ name: "laptop - 1366px", css: "laptop border", icon: "icon-laptop" },
{ name: "iPad portrait - 768px", css: "iPad-portrait border", icon: "icon-ipad" },
{ name: "iPad landscape - 1024px", css: "iPad-landscape border", icon: "icon-ipad flip" },
{ name: "smartphone portrait - 480px", css: "smartphone-portrait border", icon: "icon-iphone" },