Lines Matching refs:addStyleDeclarationIfNotSet
82 $attributes->addStyleDeclarationIfNotSet("max-height", $heightValue);
97 $attributes->addStyleDeclarationIfNotSet("height", $heightValue);
106 $attributes->addStyleDeclarationIfNotSet("overflow-y", "hidden");
107 $attributes->addStyleDeclarationIfNotSet("position", "relative");
108 $attributes->addStyleDeclarationIfNotSet("display", "block");
110 … $attributes->addStyleDeclarationIfNotSet("min-height", $heightValue);
127 $attributes->addStyleDeclarationIfNotSet("cursor", "pointer");
153 $attributes->addStyleDeclarationIfNotSet("overflow", "auto");
165 $attributes->addStyleDeclarationIfNotSet("min-height", $heightValue);
284 $attributes->addStyleDeclarationIfNotSet("width", "auto");
295 … $attributes->addStyleDeclarationIfNotSet('max-width', $conditionalWidthLength->toCssLength());
298 … $attributes->addStyleDeclarationIfNotSet('max-width', $conditionalWidthLength->getLength());
300 $attributes->addStyleDeclarationIfNotSet('width', "100%");
319 … $attributes->addStyleDeclarationIfNotSet('max-width', $conditionalWidthLength->toCssLength());
324 … $attributes->addStyleDeclarationIfNotSet('max-width', $conditionalWidthLength->getLength());